Skip to content

Commit 79a21fc

Browse files
ashutoshxThomas Hellström
authored andcommitted
drm/xe/oa: Add missing VISACTL mux registers
Add missing VISACTL mux registers required for some OA config's (e.g. RenderPipeCtrl). Fixes: cdf02fe ("drm/xe/oa/uapi: Add/remove OA config perf ops") Cc: [email protected] Signed-off-by: Ashutosh Dixit <[email protected]> Reviewed-by: Umesh Nerlige Ramappa <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] (cherry picked from commit c26f22d) Signed-off-by: Thomas Hellström <[email protected]>
1 parent b26de02 commit 79a21fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/xe/xe_oa.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2198,6 +2198,7 @@ static const struct xe_mmio_range xe2_oa_mux_regs[] = {
21982198
{ .start = 0x5194, .end = 0x5194 }, /* SYS_MEM_LAT_MEASURE_MERTF_GRP_3D */
21992199
{ .start = 0x8704, .end = 0x8704 }, /* LMEM_LAT_MEASURE_MCFG_GRP */
22002200
{ .start = 0xB1BC, .end = 0xB1BC }, /* L3_BANK_LAT_MEASURE_LBCF_GFX */
2201+
{ .start = 0xD0E0, .end = 0xD0F4 }, /* VISACTL */
22012202
{ .start = 0xE18C, .end = 0xE18C }, /* SAMPLER_MODE */
22022203
{ .start = 0xE590, .end = 0xE590 }, /* TDL_LSC_LAT_MEASURE_TDL_GFX */
22032204
{ .start = 0x13000, .end = 0x137FC }, /* PES_0_PESL0 - PES_63_UPPER_PESL3 */

0 commit comments

Comments
 (0)