Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH] drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses
@ 2022-04-21 16:22 Imre Deak
  2022-04-21 16:26 ` Souza, Jose
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Imre Deak @ 2022-04-21 16:22 UTC (permalink / raw)
  To: intel-gfx; +Cc: stable

Fix typo in the _SEL_FETCH_PLANE_BASE_1_B register base address.

Fixes: a5523e2ff074a5 ("drm/i915: Add PSR2 selective fetch registers")
References: https://gitlab.freedesktop.org/drm/intel/-/issues/5400
Cc: José Roberto de Souza <jose.souza@intel.com>
Cc: <stable@vger.kernel.org> # v5.9+
Signed-off-by: Imre Deak <imre.deak@intel.com>
---
 drivers/gpu/drm/i915/i915_reg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h
index 04d86cb6224fc..0ca6517b4595a 100644
--- a/drivers/gpu/drm/i915/i915_reg.h
+++ b/drivers/gpu/drm/i915/i915_reg.h
@@ -5172,7 +5172,7 @@
 #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, \
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-04-25 15:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-21 16:22 [Intel-gfx] [PATCH] drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses Imre Deak
2022-04-21 16:26 ` Souza, Jose
2022-04-21 20:37 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for " Patchwork
2022-04-21 21:08 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2022-04-22  9:38   ` Imre Deak
2022-04-25 15:27     ` Vudum, Lakshminarayana
2022-04-22 12:45 ` Patchwork
2022-04-22 13:54 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-04-22 14:25 ` Patchwork
2022-04-22 18:48 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2022-04-25 11:59   ` Imre Deak
2022-04-25 15:22 ` Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox