[PATCH 11/15] drm/modes: stop handling framebuffer special

2016-04-21 Thread Daniel Vetter
On Fri, Apr 15, 2016 at 03:10:42PM +1000, Dave Airlie wrote: > From: Dave Airlie > > Since ref counting is in the object now we can just call the > normal interfaces. > > Signed-off-by: Dave Airlie Reviewed-by: Daniel Vetter > --- > drivers/gpu/drm/drm_crtc.c | 17 ++--- > 1 fil

[PATCH 11/15] drm/modes: stop handling framebuffer special

2016-04-15 Thread Dave Airlie
From: Dave Airlie Since ref counting is in the object now we can just call the normal interfaces. Signed-off-by: Dave Airlie --- drivers/gpu/drm/drm_crtc.c | 17 ++--- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_cr