Lines Matching refs:helpers
47 3.19 has the atomic modeset interfaces and helpers, so drivers can now be
73 helpers (and drivers then moved over to clipped coordinates). Probably the
74 helper should also be moved from drm_plane_helper.c to the atomic helpers, to
75 avoid confusion - the other helpers in that file are all deprecated legacy
76 helpers.
82 Improve plane atomic_check helpers
86 with the current helpers:
94 - Once that's done, helpers could stop calling ->atomic_check for disabled
104 Convert early atomic drivers to async commit helpers
107 For the first year the atomic modeset helpers didn't support asynchronous /
112 One issue with the helpers is that they require that drivers handle completion
116 the new atomic_async_check/commit functionality in the helpers in drivers that
241 helpers could further benefit from using struct iosys_map instead of
259 helpers might be subject to similar issues.
261 Benchmark and optimize fbdev's sys_() helpers and DRM's format-conversion
262 helpers. In cases that can be further optimized, maybe implement a different
264 That might possibly require architecture-specific helpers (e.g., storel()
274 A lot more drivers could be switched over to the drm_gem_framebuffer helpers.
378 For this task, we aim to introduce core helpers or reuse the existing ones
383 Introduce core helpers:
414 * Framebuffer copying and blitting helpers should operate on struct iosys_map.
440 pci_request_region() or similar functions. Use helpers for managed cleanup
505 helpers had their own (long removed), but on top of that the fbcon code itself
508 into the DRM fbdev emulation helpers. A much cleaner approach here would be to
617 A good candidate for the first unit tests are the format-conversion helpers in
661 1. Roll out backlight_enable() and backlight_disable() helpers everywhere. This
663 2. In all, only look at one of the three status bits set by the above helpers.
780 DRM driver. Simple KMS helpers and SHMEM should be able to handle any
785 driver with the help of the DRM fbconv helpers [4]_. These helpers provide
787 driver interface. Create a new DRM driver on top of the fbconv helpers,