Lines Matching refs:atomic
48 Convert existing KMS drivers to atomic modesetting
51 3.19 has the atomic modeset interfaces and helpers, so drivers can now be
53 really want an atomic modeset interface, so this is all about the bright
56 There is a conversion guide for atomic and all you need is a GPU for a
62 do by directly using the new atomic helper driver callbacks.
70 it's not consistently used. This should be fixed, preferrably in the atomic
72 helper should also be moved from drm_plane_helper.c to the atomic helpers, to
78 Convert early atomic drivers to async commit helpers
81 For the first year the atomic modeset helpers didn't support asynchronous /
87 events for atomic commits correctly. But fixing these bugs is good anyway.
91 Better manual-upload support for atomic
115 Fallout from atomic KMS
119 IOCTLs on top of the new atomic driver interface. Which is really nice for
124 * atomic needs the lock acquire context. At the moment that's passed around
128 drivers explicitly so that the legacy-on-atomic functions can use them.
141 used by all atomic drivers which don't select the encoder for a given
205 - armada which isn't atomic and doesn't call
329 try to achive is an atomic ``set_base`` of the primary plane, and hope that