search for: drm_getcap

Displaying 1 result from an estimated 1 matches for "drm_getcap".

2024 Jun 19
0
[PATCH v6 0/8] drm: Support per-plane async flip configuration
...l alwyas exist (drm_crtc_init() will create one for the old drivers that don't do it explicitly). So you should be able to convert radeon as well. And looks like some pre-dc amdgpu stuff is in a similar situation. That should presumably allow the old flag to be removed entirely? Hmm, I suppose drm_getcap() would need a bit of work to eg. go through all the planes to see if any of them support async flips. > > Do you know any other driver that should be updated to? > > >> include/drm/drm_plane.h | 5 +++++ > >> 8 files changed, 29 inse...