drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses
authorjsg <jsg@openbsd.org>
Mon, 9 May 2022 09:05:48 +0000 (09:05 +0000)
committerjsg <jsg@openbsd.org>
Mon, 9 May 2022 09:05:48 +0000 (09:05 +0000)
From Imre Deak
4e308b21bc16231c90112d839859c9e38f7ef986 in linux 5.15.y/5.15.38
4ae4dd2e26fdfebf0b8c6af6c325383eadfefdb4 in mainline linux

sys/dev/pci/drm/i915/i915_reg.h

index c65473f..bb64e7b 100644 (file)
@@ -7458,7 +7458,7 @@ enum {
 #define _SEL_FETCH_PLANE_BASE_6_A              0x70940
 #define _SEL_FETCH_PLANE_BASE_7_A              0x70960
 #define _SEL_FETCH_PLANE_BASE_CUR_A            0x70880
-#define _SEL_FETCH_PLANE_BASE_1_B              0x70990
+#define _SEL_FETCH_PLANE_BASE_1_B              0x71890
 
 #define _SEL_FETCH_PLANE_BASE_A(plane) _PICK(plane, \
                                             _SEL_FETCH_PLANE_BASE_1_A, \