commit | 83be003807415a07465fc5d748803b702409f3da | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Mar 27 15:51:58 2015 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Mar 27 16:08:41 2015 +0100 |
tree | 309079b59e50b28dc89dcc5e32cb974c6b1d4f13 | |
parent | 7e7392a6e854a29016377b87bebe5ae263f65e5c [diff] |
drm: Simplify core vs. drv ioctl handling Now that cmd_drv is gone the handling for core and driver ioctls is mostly identical, so eliminate the duplication. Also take the opportunity to simplify the range checks to be less cluttered. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>