Home
last modified time | relevance | path

Searched refs:supported_ranges (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_color_mgmt.c529 u32 supported_ranges, in drm_plane_create_color_properties() argument
544 if (WARN_ON(supported_ranges == 0 || in drm_plane_create_color_properties()
545 (supported_ranges & -BIT(DRM_COLOR_RANGE_MAX)) != 0 || in drm_plane_create_color_properties()
546 (supported_ranges & BIT(default_range)) == 0)) in drm_plane_create_color_properties()
570 if ((supported_ranges & BIT(i)) == 0) in drm_plane_create_color_properties()
/openbmc/linux/include/drm/
H A Ddrm_color_mgmt.h93 u32 supported_ranges,
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_vi_layer.c547 u32 supported_encodings, supported_ranges; in sun8i_vi_layer_init_one() local
601 supported_ranges = BIT(DRM_COLOR_YCBCR_LIMITED_RANGE) | in sun8i_vi_layer_init_one()
606 supported_ranges, in sun8i_vi_layer_init_one()
/openbmc/linux/drivers/gpu/drm/mxsfb/
H A Dlcdif_kms.c752 const u32 supported_ranges = BIT(DRM_COLOR_YCBCR_LIMITED_RANGE) | in lcdif_kms_init() local
770 supported_ranges, in lcdif_kms_init()