mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2025-02-20 18:23:48 +00:00
intel/stub: Implement I915_PARAM_HAS_USERPTR_PROBE
Just say no for now. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14132>
This commit is contained in:
parent
832db9d900
commit
c5d731ac5c
@ -212,6 +212,9 @@ i915_ioctl_get_param(int fd, unsigned long request, void *arg)
|
||||
case I915_PARAM_PERF_REVISION:
|
||||
*gp->value = 3;
|
||||
return 0;
|
||||
case I915_PARAM_HAS_USERPTR_PROBE:
|
||||
*gp->value = 0;
|
||||
return 0;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user