Home
last modified time | relevance | path

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

/drivers/gpu/drm/
A Ddrm_color_mgmt.c533 u32 supported_ranges, in drm_plane_create_color_properties() argument
548 if (WARN_ON(supported_ranges == 0 || in drm_plane_create_color_properties()
549 (supported_ranges & -BIT(DRM_COLOR_RANGE_MAX)) != 0 || in drm_plane_create_color_properties()
550 (supported_ranges & BIT(default_range)) == 0)) in drm_plane_create_color_properties()
574 if ((supported_ranges & BIT(i)) == 0) in drm_plane_create_color_properties()
/drivers/gpu/drm/sun4i/
A Dsun8i_vi_layer.c478 u32 supported_encodings, supported_ranges; in sun8i_vi_layer_init_one() local
532 supported_ranges = BIT(DRM_COLOR_YCBCR_LIMITED_RANGE) | in sun8i_vi_layer_init_one()
537 supported_ranges, in sun8i_vi_layer_init_one()
/drivers/gpu/drm/mxsfb/
A Dlcdif_kms.c751 const u32 supported_ranges = BIT(DRM_COLOR_YCBCR_LIMITED_RANGE) | in lcdif_kms_init() local
769 supported_ranges, in lcdif_kms_init()

Completed in 9 milliseconds