[PATCH 06/11] drm: Define a drm_invalid_op ioctl implementation

2015-09-09 Thread David Herrmann
Hi On Tue, Sep 8, 2015 at 1:56 PM, Daniel Vetter wrote: > And use it in radeon to replace all the ioctls no longer valid in kms > mode. I plan to also use this later on when nuking the ums support for > i915. > > Note that setting the function pointer in the ioctl table to NULL > would amount to

[PATCH 06/11] drm: Define a drm_invalid_op ioctl implementation

2015-09-08 Thread Daniel Vetter
And use it in radeon to replace all the ioctls no longer valid in kms mode. I plan to also use this later on when nuking the ums support for i915. Note that setting the function pointer in the ioctl table to NULL would amount to the same, but that results in some debug output from the drm_ioctl()