commit | ad364f447e367a4b997cc75093600663caeedb68 | [log] [tgz] |
---|---|---|
author | Brian Norris <briannorris@chromium.org> | Fri Jul 14 20:12:12 2017 -0700 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Jul 17 21:08:31 2017 +0200 |
tree | 1fbe445a30cf34dbb61ee87eb2c6ced7cb56b202 | |
parent | 8038e09be5a3ac061118bd80c7a505829920b50f [diff] |
drm/vgem: add compat_ioctl support DRM drivers should supply a compat version if they're going to provide an ioctl implementation at all. This can confuse 32-bit user space on a 64-bit system. Signed-off-by: Brian Norris <briannorris@chromium.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20170715031212.108695-1-briannorris@chromium.org