mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
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:
committed by
Compute-Runtime-Automation
parent
5d3b665ea0
commit
1131a6a4c1
@@ -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 >SystemInfo = 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() {
|
||||
|
||||
Reference in New Issue
Block a user