Skip to content

Commit 4ae4dd2

Browse files
ideakjlahtine-intel
authored andcommitted
drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses
Fix typo in the _SEL_FETCH_PLANE_BASE_1_B register base address. Fixes: a5523e2 ("drm/i915: Add PSR2 selective fetch registers") References: https://gitlab.freedesktop.org/drm/intel/-/issues/5400 Cc: José Roberto de Souza <[email protected]> Cc: <[email protected]> # v5.9+ Signed-off-by: Imre Deak <[email protected]> Reviewed-by: José Roberto de Souza <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] (cherry picked from commit af2cbc6) Signed-off-by: Joonas Lahtinen <[email protected]>
1 parent c05d833 commit 4ae4dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/i915_reg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5152,7 +5152,7 @@
51525152
#define _SEL_FETCH_PLANE_BASE_6_A 0x70940
51535153
#define _SEL_FETCH_PLANE_BASE_7_A 0x70960
51545154
#define _SEL_FETCH_PLANE_BASE_CUR_A 0x70880
5155-
#define _SEL_FETCH_PLANE_BASE_1_B 0x70990
5155+
#define _SEL_FETCH_PLANE_BASE_1_B 0x71890
51565156

51575157
#define _SEL_FETCH_PLANE_BASE_A(plane) _PICK(plane, \
51585158
_SEL_FETCH_PLANE_BASE_1_A, \

0 commit comments

Comments
 (0)