[RFCv3 09/14] drm: Allow userspace to ask for full plane list (universal planes)

2014-03-19 Thread Daniel Vetter
On Tue, Mar 18, 2014 at 05:22:54PM -0700, Matt Roper wrote: > Userspace clients which wish to receive all DRM planes (primary and > cursor planes in addition to the traditional overlay planes) may set the > DRM_CLIENT_CAP_UNIVERSAL_PLANES capability. > > Signed-off-by: Matt Roper I don't see

[RFCv3 09/14] drm: Allow userspace to ask for full plane list (universal planes)

2014-03-18 Thread Matt Roper
Userspace clients which wish to receive all DRM planes (primary and cursor planes in addition to the traditional overlay planes) may set the DRM_CLIENT_CAP_UNIVERSAL_PLANES capability. Signed-off-by: Matt Roper --- drivers/gpu/drm/drm_crtc.c | 20 +++-