drm/xe: Enable the compat ioctl functionality
authorChristopher Snowhill <kode54@gmail.com>
Tue, 25 Apr 2023 02:19:21 +0000 (19:19 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:33:13 +0000 (18:33 -0500)
commit14dac5a5748cc477f5d8887a45ca32011b9ffea3
tree56c3ade0e2c32fc85593c99e1b27a489d4fdd7ac
parent116d32515214910d8a34538dbd09ef26a878d5ae
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: Christopher Snowhill <kode54@gmail.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_device.c