Update i915 prelim headers to v2.0-rc15

https://github.com/intel-gpu/drm-uapi-helper/releases/tag/v2.0-rc15

Related-To: NEO-7457
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2022-10-31 14:51:26 +01:00
committed by Compute-Runtime-Automation
parent 5d3b665ea0
commit 1131a6a4c1
8 changed files with 656 additions and 159 deletions

View File

@@ -376,7 +376,7 @@ bool DrmMockPrelimContext::handlePrelimQueryItem(void *arg) {
}
} break;
case PRELIM_DRM_I915_QUERY_COMPUTE_SLICES: {
case PRELIM_DRM_I915_QUERY_COMPUTE_SUBSLICES: {
auto &gtSystemInfo = rootDeviceEnvironment.getHardwareInfo()->gtSystemInfo;
auto maxEuPerSubslice = gtSystemInfo.MaxEuPerSubSlice;
auto maxSlices = gtSystemInfo.MaxSlicesSupported;
@@ -468,7 +468,7 @@ void DrmMockPrelimContext::storeVmBindExtensions(uint64_t ptr, bool bind) {
}
uint32_t DrmPrelimHelper::getQueryComputeSlicesIoctl() {
return PRELIM_DRM_I915_QUERY_COMPUTE_SLICES;
return PRELIM_DRM_I915_QUERY_COMPUTE_SUBSLICES;
}
uint32_t DrmPrelimHelper::getDistanceInfoQueryId() {