From: jsg Date: Mon, 9 May 2022 09:05:48 +0000 (+0000) Subject: drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=58de3960324dc4c02ec879292d8d47b6096dd7e9;p=openbsd drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses From Imre Deak 4e308b21bc16231c90112d839859c9e38f7ef986 in linux 5.15.y/5.15.38 4ae4dd2e26fdfebf0b8c6af6c325383eadfefdb4 in mainline linux --- diff --git a/sys/dev/pci/drm/i915/i915_reg.h b/sys/dev/pci/drm/i915/i915_reg.h index c65473fc909..bb64e7baa1c 100644 --- a/sys/dev/pci/drm/i915/i915_reg.h +++ b/sys/dev/pci/drm/i915/i915_reg.h @@ -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, \