Skip to content

Commit 43840d3

Browse files
vsbelgaumsmb49
authored andcommitted
drm/xe/bmg: Update Wa_16023588340
BugLink: https://bugs.launchpad.net/bugs/2120812 [ Upstream commit 16c1241b08751a67cd7a0221ea9f82b0b02806f4 ] This allows for additional L2 caching modes. Fixes: 01570b4 ("drm/xe/bmg: implement Wa_16023588340") Cc: Matthew Auld <[email protected]> Reviewed-by: Matthew Auld <[email protected]> Signed-off-by: Vinay Belgaumkar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lucas De Marchi <[email protected]> (cherry picked from commit 6ab42fa03d4c88a0ddf5e56e62794853b198e7bf) Signed-off-by: Thomas Hellström <[email protected]> Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Noah Wager <[email protected]> Signed-off-by: Stefan Bader <[email protected]>
1 parent 5a1296a commit 43840d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/xe/xe_gt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ static void xe_gt_enable_host_l2_vram(struct xe_gt *gt)
115115
xe_gt_mcr_multicast_write(gt, XE2_GAMREQSTRM_CTRL, reg);
116116
}
117117

118-
xe_gt_mcr_multicast_write(gt, XEHPC_L3CLOS_MASK(3), 0x3);
118+
xe_gt_mcr_multicast_write(gt, XEHPC_L3CLOS_MASK(3), 0xF);
119119
xe_force_wake_put(gt_to_fw(gt), fw_ref);
120120
}
121121

0 commit comments

Comments
 (0)