Re: [Intel-gfx] [PATCH 24/24] drm/gem: Add DEFINE_DRM_GEM_FOPS

2017-03-14 Thread Daniel Vetter
On Mon, Mar 13, 2017 at 03:35:43PM -0400, Sean Paul wrote: > On Wed, Mar 08, 2017 at 03:12:57PM +0100, Daniel Vetter wrote: > > Sadly there's only 1 driver which can use it, everyone else is special > > for some reason: > > > > - gma500 has a horrible runtime PM ioctl wrapper that probably doesn't

Re: [Intel-gfx] [PATCH 24/24] drm/gem: Add DEFINE_DRM_GEM_FOPS

2017-03-13 Thread Sean Paul
On Wed, Mar 08, 2017 at 03:12:57PM +0100, Daniel Vetter wrote: > Sadly there's only 1 driver which can use it, everyone else is special > for some reason: > > - gma500 has a horrible runtime PM ioctl wrapper that probably doesn't > really work but meh. > - i915 needs special compat_ioctl handler

[Intel-gfx] [PATCH 24/24] drm/gem: Add DEFINE_DRM_GEM_FOPS

2017-03-08 Thread Daniel Vetter
Sadly there's only 1 driver which can use it, everyone else is special for some reason: - gma500 has a horrible runtime PM ioctl wrapper that probably doesn't really work but meh. - i915 needs special compat_ioctl handler because regrets. - arcgpu needs to fixup the pgprot because (no idea why i