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 iosys_map instead of
255 helpers might be subject to similar issues.
257 Benchmark and optimize fbdev's sys_() helpers and DRM's format-conversion
258 helpers. In cases that can be further optimized, maybe implement a different
260 That might possibly require architecture-specific helpers (e.g., storel()
270 A lot more drivers could be switched over to the drm_gem_framebuffer helpers.
386 For this task, we aim to introduce core helpers or reuse the existing ones
391 Introduce core helpers:
422 * Framebuffer copying and blitting helpers should operate on struct iosys_map.
448 pci_request_region() or similar functions. Use helpers for managed cleanup
475 helpers had their own (long removed), but on top of that the fbcon code itself
478 into the DRM fbdev emulation helpers. A much cleaner approach here would be to
588 A good candidate for the first unit tests are the format-conversion helpers in
632 1. Roll out backlight_enable() and backlight_disable() helpers everywhere. This
634 2. In all, only look at one of the three status bits set by the above helpers.
762 DRM driver. Simple KMS helpers and SHMEM should be able to handle any
767 driver with the help of the DRM fbconv helpers. [1] These helpers provide
769 driver interface. Create a new DRM driver on top of the fbconv helpers,