Lines Matching refs:helpers
51 3.19 has the atomic modeset interfaces and helpers, so drivers can now be
71 helpers (and drivers then moved over to clipped coordinates). Probably the
72 helper should also be moved from drm_plane_helper.c to the atomic helpers, to
73 avoid confusion - the other helpers in that file are all deprecated legacy
74 helpers.
78 Convert early atomic drivers to async commit helpers
81 For the first year the atomic modeset helpers didn't support asynchronous /
86 One issue with the helpers is that they require that drivers handle completion
220 Would be great to refactor this all into a set of small common helpers.
228 allow us to implement generic helpers for waiting for a bo, allowing for quite a
314 helpers have one, but on top of that the fbcon code itself also has one. We
404 With all the latest helpers it should be fairly simple to create a virtual KMS
422 - backlight helpers, probably best to put them into a new drm_backlight.c.
425 over within drm-misc, but that's more work. Backlight helpers require a fair
427 Tinydrm has helpers for this. It would be good if other drivers can also use the
436 - spi helpers, probably best put into spi core/helper code. Thierry said
445 helpers, as a _vmapped variant (since not every driver needs the vmap).