File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ static const struct xe_media_desc media_xelpmp = {
208
208
};
209
209
210
210
static const struct xe_media_desc media_xe2 = {
211
- .name = "Xe2_LPM / Xe2_HPM" ,
211
+ .name = "Xe2_LPM / Xe2_HPM / Xe3_LPM " ,
212
212
.hw_engine_mask =
213
213
GENMASK (XE_HW_ENGINE_VCS7 , XE_HW_ENGINE_VCS0 ) |
214
214
GENMASK (XE_HW_ENGINE_VECS3 , XE_HW_ENGINE_VECS0 ) |
@@ -356,13 +356,16 @@ static const struct gmdid_map graphics_ip_map[] = {
356
356
{ 1274 , & graphics_xelpg }, /* Xe_LPG+ */
357
357
{ 2001 , & graphics_xe2 },
358
358
{ 2004 , & graphics_xe2 },
359
+ { 3000 , & graphics_xe2 },
360
+ { 3001 , & graphics_xe2 },
359
361
};
360
362
361
363
/* Map of GMD_ID values to media IP */
362
364
static const struct gmdid_map media_ip_map [] = {
363
365
{ 1300 , & media_xelpmp },
364
366
{ 1301 , & media_xe2 },
365
367
{ 2000 , & media_xe2 },
368
+ { 3000 , & media_xe2 },
366
369
};
367
370
368
371
#define INTEL_VGA_DEVICE (id , info ) { \
You can’t perform that action at this time.
0 commit comments