Skip to content

Commit 4cd8a64

Browse files
ckborahjnikula
authored andcommitted
drm/i915/display: Add identifiers for driver specific blocks
Add macros to identify intel specific color blocks. It will help in mapping drm_color_ops to intel color HW blocks v2:- Prefix enums with INTEL_* (Jani, Suraj) - Remove unnecessary comments (Jani) - Commit message improvements (Suraj) Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com> Signed-off-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com> Signed-off-by: Uma Shankar <uma.shankar@intel.com> Link: https://patch.msgid.link/20251203085211.3663374-2-uma.shankar@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
1 parent 0692602 commit 4cd8a64

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

drivers/gpu/drm/i915/display/intel_display_limits.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,12 @@ enum hpd_pin {
138138
HPD_NUM_PINS
139139
};
140140

141+
enum intel_color_block {
142+
INTEL_PLANE_CB_PRE_CSC_LUT,
143+
INTEL_PLANE_CB_CSC,
144+
INTEL_PLANE_CB_POST_CSC_LUT,
145+
146+
INTEL_CB_MAX
147+
};
148+
141149
#endif /* __INTEL_DISPLAY_LIMITS_H__ */

0 commit comments

Comments
 (0)