intel/shim: Report I915_PARAM_HAS_GEN7_SOL_RESET.

Quiets more startup warnings from drm-shim.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25190>
This commit is contained in:
Emma Anholt
2025-02-27 14:49:51 -08:00
committed by Marge Bot
parent 1b6689d79e
commit 1b9b63de37
+1
View File
@@ -249,6 +249,7 @@ i915_ioctl_get_param(int fd, unsigned long request, void *arg)
case I915_PARAM_HAS_GEM:
case I915_PARAM_HAS_RELAXED_DELTA:
case I915_PARAM_HAS_RELAXED_FENCING:
case I915_PARAM_HAS_GEN7_SOL_RESET:
case I915_PARAM_HAS_WAIT_TIMEOUT:
case I915_PARAM_HAS_EXECBUF2:
case I915_PARAM_HAS_EXEC_SOFTPIN: