Lines Matching refs:helpers

44 3.19 has the atomic modeset interfaces and helpers, so drivers can now be
66 helpers (and drivers then moved over to clipped coordinates). Probably the
67 helper should also be moved from drm_plane_helper.c to the atomic helpers, to
68 avoid confusion - the other helpers in that file are all deprecated legacy
69 helpers.
75 Improve plane atomic_check helpers
79 with the current helpers:
87 - Once that's done, helpers could stop calling ->atomic_check for disabled
97 Convert early atomic drivers to async commit helpers
100 For the first year the atomic modeset helpers didn't support asynchronous /
105 One issue with the helpers is that they require that drivers handle completion
210 A lot more drivers could be switched over to the drm_gem_framebuffer helpers.
300 Use DRM_MODESET_LOCK_ALL_* helpers instead of boilerplate
317 Rename CMA helpers to DMA helpers
321 what these were used for first, a much better name would be DMA helpers. In the
322 text these should even be called coherent DMA memory helpers (so maybe CDM, but
382 For this task, we aim to introduce core helpers or reuse the existing ones
387 Introduce core helpers:
469 helpers have one, but on top of that the fbcon code itself also has one. We
535 that all the users in helpers and drivers do correctly check for a NULL
608 1. Roll out backlight_enable() and backlight_disable() helpers everywhere. This
610 2. In all, only look at one of the three status bits set by the above helpers.
659 DRM driver. Simple KMS helpers and SHMEM should be able to handle any
664 driver with the help of the DRM fbconv helpers. [1] These helpers provide
666 driver interface. Create a new DRM driver on top of the fbconv helpers,