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 5a1296a commit 43840d3Copy full SHA for 43840d3
drivers/gpu/drm/xe/xe_gt.c
@@ -115,7 +115,7 @@ static void xe_gt_enable_host_l2_vram(struct xe_gt *gt)
115
xe_gt_mcr_multicast_write(gt, XE2_GAMREQSTRM_CTRL, reg);
116
}
117
118
- xe_gt_mcr_multicast_write(gt, XEHPC_L3CLOS_MASK(3), 0x3);
+ xe_gt_mcr_multicast_write(gt, XEHPC_L3CLOS_MASK(3), 0xF);
119
xe_force_wake_put(gt_to_fw(gt), fw_ref);
120
121
0 commit comments