[PATCH 06/15] drm/mode: use _object_find to find framebuffers.

2016-04-21 Thread Daniel Vetter
On Fri, Apr 15, 2016 at 03:10:37PM +1000, Dave Airlie wrote: > From: Dave Airlie > > No point have this code dupliated at this point, use the > _object_find code instead now. > > Signed-off-by: Dave Airlie Reviewed-by: Daniel Vetter > --- > drivers/gpu/drm/drm_crtc.c | 35

[PATCH 06/15] drm/mode: use _object_find to find framebuffers.

2016-04-15 Thread Dave Airlie
From: Dave Airlie No point have this code dupliated at this point, use the _object_find code instead now. Signed-off-by: Dave Airlie --- drivers/gpu/drm/drm_crtc.c | 35 ++- 1 file changed, 10 insertions(+), 25 deletions(-) diff --git