Re: [Intel-gfx] [PATCH 7/9] drm: Push dirtyfb ioctl kms locking down to drivers

2013-12-03 Thread Daniel Vetter
On Thu, Nov 21, 2013 at 09:29:51PM +0200, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Not all drivers will need take all the modeset locks for dirtyfb, so > push the locking down to the drivers. > > Signed-off-by: Ville Syrjälä Yeah, makes tons of sense and has definitely st

[Intel-gfx] [PATCH 7/9] drm: Push dirtyfb ioctl kms locking down to drivers

2013-11-21 Thread ville . syrjala
From: Ville Syrjälä Not all drivers will need take all the modeset locks for dirtyfb, so push the locking down to the drivers. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_crtc.c | 2 -- drivers/gpu/drm/omapdrm/omap_fb.c | 4 drivers/gpu/drm/qxl/qxl_display.c | 9 +