View | Details | Raw Unified | Return to bug 274891
Collapse All | Expand All

(-)b/lang/intel-compute-runtime/files/patch-shared_source_gen8_hw__info__bdw.h (-1 / +15 lines)
Added Link Here
0
- 
1
--- shared/source/gen8/hw_info_bdw.h.orig	2022-06-08 12:04:46 UTC
2
+++ shared/source/gen8/hw_info_bdw.h
3
@@ -8,6 +8,12 @@
4
 #pragma once
5
 #include "hw_info_gen8.h"
6
 
7
+#define IBDW_GT0_DESK_DEVICE_F0_ID  0x0BD0
8
+#define IBDW_GT1_DESK_DEVICE_F0_ID  0x0BD1
9
+#define IBDW_GT2_DESK_DEVICE_F0_ID  0x0BD2
10
+#define IBDW_GT3_DESK_DEVICE_F0_ID  0x0BD3
11
+#define IBDW_GT4_DESK_DEVICE_F0_ID  0x0BD4
12
+
13
 namespace NEO {
14
 
15
 struct BDW;

Return to bug 274891