[PATCH 0/6] drm: Ioctl code cleanups

2015-03-27 Thread Daniel Vetter
On Fri, Mar 27, 2015 at 03:51:54PM +0200, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > In response to a recently noticed fumble with some i915 ioctls, I > proceeded to read the ioctl code again and didn't really like what > I saw. So I tried to clean it up a bit to make it

[PATCH 0/6] drm: Ioctl code cleanups

2015-03-27 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä In response to a recently noticed fumble with some i915 ioctls, I proceeded to read the ioctl code again and didn't really like what I saw. So I tried to clean it up a bit to make it less confusing. grep also tells me the drm_ioctl pattern has been dutifully copied into amd