intel/shim: Report support for PXP status.
Otherwise drm-shim complains on every shader-db run.
Fixes: e358173fbf ("iris: Add GET_PARAM for protected context capability support")
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25190>
This commit is contained in:
@@ -259,6 +259,7 @@ i915_ioctl_get_param(int fd, unsigned long request, void *arg)
|
||||
case I915_PARAM_HAS_EXEC_ASYNC:
|
||||
case I915_PARAM_HAS_EXEC_NO_RELOC:
|
||||
case I915_PARAM_HAS_EXEC_BATCH_FIRST:
|
||||
case I915_PARAM_PXP_STATUS:
|
||||
*gp->value = true;
|
||||
return 0;
|
||||
case I915_PARAM_HAS_EXEC_TIMELINE_FENCES:
|
||||
|
||||
Reference in New Issue
Block a user