Commit 14dac5a5 authored by Christopher Snowhill's avatar Christopher Snowhill Committed by Rodrigo Vivi

drm/xe: Enable the compat ioctl functionality

This is required at the minimum for the DRM UAPI to function from
32-bit userspace with a 64-bit kernel.
Signed-off-by: default avatarChristopher Snowhill <kode54@gmail.com>
Reviewed-by: default avatarThomas Hellström <thomas.hellstrom@linux.intel.com>
Signed-off-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
parent 116d3251
......@@ -112,7 +112,7 @@ static const struct file_operations xe_driver_fops = {
.mmap = drm_gem_mmap,
.poll = drm_poll,
.read = drm_read,
// .compat_ioctl = i915_ioc32_compat_ioctl,
.compat_ioctl = drm_compat_ioctl,
.llseek = noop_llseek,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment