Skip to content

Commit 16c1241

Browse files
vsbelgaumThomas Hellström
authored andcommitted
drm/xe/bmg: Update Wa_16023588340
This allows for additional L2 caching modes. Fixes: 01570b4 ("drm/xe/bmg: implement Wa_16023588340") Cc: Matthew Auld <matthew.auld@intel.com> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com> Link: https://lore.kernel.org/r/20250612-wa-14022085890-v4-2-94ba5dcc1e30@intel.com Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> (cherry picked from commit 6ab42fa) Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
1 parent 9c7632f commit 16c1241

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/xe/xe_gt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ static void xe_gt_enable_host_l2_vram(struct xe_gt *gt)
118118
xe_gt_mcr_multicast_write(gt, XE2_GAMREQSTRM_CTRL, reg);
119119
}
120120

121-
xe_gt_mcr_multicast_write(gt, XEHPC_L3CLOS_MASK(3), 0x3);
121+
xe_gt_mcr_multicast_write(gt, XEHPC_L3CLOS_MASK(3), 0xF);
122122
xe_force_wake_put(gt_to_fw(gt), fw_ref);
123123
}
124124

0 commit comments

Comments
 (0)