build: update i915 headers

third_party/uapi/drm - from c7c12de893f808bd7c1215fe9056262295e5203b
https://cgit.freedesktop.org/drm-tip

third_party/uapi/prelim/drm from prelim v2.0-rc17
https://github.com/intel-gpu/drm-uapi-helper

Signed-off-by:  Matias Cabral <matias.a.cabral@intel.com>
This commit is contained in:
Matias Cabral
2023-05-18 08:31:32 +02:00
committed by Compute-Runtime-Automation
parent 3e6c83d28a
commit 38bc7ae403
9 changed files with 1415 additions and 221 deletions

View File

@@ -221,7 +221,7 @@ int IoctlHelperUpstream::getDrmParamValue(DrmParam drmParam) const {
case DrmParam::EngineClassCompute:
return 4;
case DrmParam::QueryHwconfigTable:
return DRM_I915_QUERY_HWCONFIG_TABLE;
return DRM_I915_QUERY_HWCONFIG_BLOB;
case DrmParam::QueryComputeSlices:
return 0;
default: