Lines Matching refs:helpers

47 3.19 has the atomic modeset interfaces and helpers, so drivers can now be
69 helpers (and drivers then moved over to clipped coordinates). Probably the
70 helper should also be moved from drm_plane_helper.c to the atomic helpers, to
71 avoid confusion - the other helpers in that file are all deprecated legacy
72 helpers.
78 Improve plane atomic_check helpers
82 with the current helpers:
90 - Once that's done, helpers could stop calling ->atomic_check for disabled
100 Convert early atomic drivers to async commit helpers
103 For the first year the atomic modeset helpers didn't support asynchronous /
108 One issue with the helpers is that they require that drivers handle completion
112 the new atomic_async_check/commit functionality in the helpers in drivers that
237 helpers could further benefit from using struct dma_buf_map instead of
248 A lot more drivers could be switched over to the drm_gem_framebuffer helpers.
356 Use DRM_MODESET_LOCK_ALL_* helpers instead of boilerplate
373 Rename CMA helpers to DMA helpers
377 what these were used for first, a much better name would be DMA helpers. In the
378 text these should even be called coherent DMA memory helpers (so maybe CDM, but
438 For this task, we aim to introduce core helpers or reuse the existing ones
443 Introduce core helpers:
474 * Framebuffer copying and blitting helpers should operate on struct dma_buf_map.
497 helpers have one, but on top of that the fbcon code itself also has one. We
637 1. Roll out backlight_enable() and backlight_disable() helpers everywhere. This
639 2. In all, only look at one of the three status bits set by the above helpers.
688 DRM driver. Simple KMS helpers and SHMEM should be able to handle any
693 driver with the help of the DRM fbconv helpers. [1] These helpers provide
695 driver interface. Create a new DRM driver on top of the fbconv helpers,