Lines Matching full:modeset
47 3.19 has the atomic modeset interfaces and helpers, so drivers can now be
49 really want an atomic modeset interface, so this is all about the bright
60 .. [1] https://blog.ffwll.ch/2014/11/atomic-modeset-support-for-kms-drivers.html
107 For the first year the atomic modeset helpers didn't support asynchronous /
234 Convert drivers to use simple modeset suspend/resume
240 of the atomic suspend/resume code in older atomic modeset drivers.
380 Consolidate custom driver modeset properties
383 Before atomic modeset took place, many drivers where creating their own
482 drivers are used with a lot of different DRM modeset drivers they still
485 driver gets shutdown() _before_ the DRM modeset driver and the DRM modeset
488 device links to ensure that the panel gets shutdown() after the DRM modeset
491 Once all DRM modeset drivers are known to shutdown properly, the extra
602 - Lots of drivers erroneously allocate DRM modeset objects using devm_kzalloc,
686 converting things over. For modeset tests we also first need a bit of
688 the non-i915 specific modeset tests.