We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81900e3 commit 2efc8e1Copy full SHA for 2efc8e1
drivers/gpu/drm/i915/i915_reg.h
@@ -6349,8 +6349,8 @@ enum skl_power_gate {
6349
6350
#define _PLANE_CSC_RY_GY_1(pipe) _PIPE(pipe, _PLANE_CSC_RY_GY_1_A, \
6351
_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)
+#define _PLANE_CSC_RY_GY_2(pipe) _PIPE(pipe, _PLANE_CSC_RY_GY_2_A, \
+ _PLANE_CSC_RY_GY_2_B)
6354
#define PLANE_CSC_COEFF(pipe, plane, index) _MMIO_PLANE(plane, \
6355
_PLANE_CSC_RY_GY_1(pipe) + (index) * 4, \
6356
_PLANE_CSC_RY_GY_2(pipe) + (index) * 4)
0 commit comments