DRM_COLOR_ENCODING_MAX
struct drm_prop_enum_list enum_list[MAX_T(int, DRM_COLOR_ENCODING_MAX,
(supported_encodings & -BIT(DRM_COLOR_ENCODING_MAX)) != 0 ||
for (i = 0; i < DRM_COLOR_ENCODING_MAX; i++) {
static const u32 ltdc_ycbcr2rgb_coeffs[DRM_COLOR_ENCODING_MAX][DRM_COLOR_RANGE_MAX][2] = {
static const u32 colorspace_coeffs[2][DRM_COLOR_ENCODING_MAX][3] = {
if (color_encoding >= DRM_COLOR_ENCODING_MAX)
case DRM_COLOR_ENCODING_MAX: