[Intel-gfx] [RFC 2/4] drm: Allow drivers to register cursor planes with crtc

2014-05-16 Thread Daniel Vetter
On Thu, May 15, 2014 at 06:17:27PM -0700, Matt Roper wrote: > Universal plane support had placeholders for cursor planes, but didn't > actually do anything with them. Save the cursor plane reference inside > the crtc and update the cursor plane parameter from void* to drm_plane. > > Signed-off-by

[RFC 2/4] drm: Allow drivers to register cursor planes with crtc

2014-05-15 Thread Matt Roper
Universal plane support had placeholders for cursor planes, but didn't actually do anything with them. Save the cursor plane reference inside the crtc and update the cursor plane parameter from void* to drm_plane. Signed-off-by: Matt Roper --- drivers/gpu/drm/drm_crtc.c | 5 - include/drm/d