This patch series addresses the concerns in https://gitlab.freedesktop.org/drm/intel/-/issues/4264
Parallel work has been done on IGT to test changes in the kernel driver: https://lists.freedesktop.org/archives/igt-dev/2022-May/041600.html Test-with: [email protected] v2: - rebased the patches on the current upstream tree for the resend - fixed up small typos Adrian Larumbe (2): drm/i915: Change semantics of context isolation reporting to UM drm/i915: force getparam ioctl return bool for HAS_CONTEXT_ISOLATION drivers/gpu/drm/i915/gt/intel_engine_user.c | 14 ++++++++++++++ drivers/gpu/drm/i915/gt/intel_engine_user.h | 1 + drivers/gpu/drm/i915/i915_getparam.c | 2 +- include/uapi/drm/i915_drm.h | 4 ---- 4 files changed, 16 insertions(+), 5 deletions(-) -- 2.45.2
