We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a21fc commit b1231ffCopy full SHA for b1231ff
drivers/gpu/drm/xe/xe_hw_engine.c
@@ -419,7 +419,7 @@ hw_engine_setup_default_state(struct xe_hw_engine *hwe)
419
* Bspec: 72161
420
*/
421
const u8 mocs_write_idx = gt->mocs.uc_index;
422
- const u8 mocs_read_idx = hwe->class == XE_ENGINE_CLASS_COMPUTE &&
+ const u8 mocs_read_idx = hwe->class == XE_ENGINE_CLASS_COMPUTE && IS_DGFX(xe) &&
423
(GRAPHICS_VER(xe) >= 20 || xe->info.platform == XE_PVC) ?
424
gt->mocs.wb_index : gt->mocs.uc_index;
425
u32 ring_cmd_cctl_val = REG_FIELD_PREP(CMD_CCTL_WRITE_OVERRIDE_MASK, mocs_write_idx) |
0 commit comments