mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
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:
parent
908bfb2ac9
commit
1b6689d79e
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue