Skip to content

Commit 2efc8e1

Browse files
ckborahjlahtine-intel
authored andcommitted
drm/i915/color: Fix typo for Plane CSC indexes
Replace _PLANE_INPUT_CSC_RY_GY_2_* with _PLANE_CSC_RY_GY_2_* for Plane CSC Fixes: 6eba56f ("drm/i915/pxp: black pixels on pxp disabled") Cc: <[email protected]> Signed-off-by: Chaitanya Kumar Borah <[email protected]> Reviewed-by: Uma Shankar <[email protected]> Signed-off-by: Animesh Manna <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] (cherry picked from commit e39c76b) Signed-off-by: Joonas Lahtinen <[email protected]>
1 parent 81900e3 commit 2efc8e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/i915/i915_reg.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6349,8 +6349,8 @@ enum skl_power_gate {
63496349

63506350
#define _PLANE_CSC_RY_GY_1(pipe) _PIPE(pipe, _PLANE_CSC_RY_GY_1_A, \
63516351
_PLANE_CSC_RY_GY_1_B)
6352-
#define _PLANE_CSC_RY_GY_2(pipe) _PIPE(pipe, _PLANE_INPUT_CSC_RY_GY_2_A, \
6353-
_PLANE_INPUT_CSC_RY_GY_2_B)
6352+
#define _PLANE_CSC_RY_GY_2(pipe) _PIPE(pipe, _PLANE_CSC_RY_GY_2_A, \
6353+
_PLANE_CSC_RY_GY_2_B)
63546354
#define PLANE_CSC_COEFF(pipe, plane, index) _MMIO_PLANE(plane, \
63556355
_PLANE_CSC_RY_GY_1(pipe) + (index) * 4, \
63566356
_PLANE_CSC_RY_GY_2(pipe) + (index) * 4)

0 commit comments

Comments
 (0)