Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/
Ddrm_color_mgmt.c408 u32 supported_ranges, in drm_plane_create_color_properties() argument
423 if (WARN_ON(supported_ranges == 0 || in drm_plane_create_color_properties()
424 (supported_ranges & -BIT(DRM_COLOR_RANGE_MAX)) != 0 || in drm_plane_create_color_properties()
425 (supported_ranges & BIT(default_range)) == 0)) in drm_plane_create_color_properties()
449 if ((supported_ranges & BIT(i)) == 0) in drm_plane_create_color_properties()
/Linux-v5.4/include/drm/
Ddrm_color_mgmt.h69 u32 supported_ranges,
/Linux-v5.4/drivers/gpu/drm/sun4i/
Dsun8i_vi_layer.c445 u32 supported_encodings, supported_ranges; in sun8i_vi_layer_init_one() local
477 supported_ranges = BIT(DRM_COLOR_YCBCR_LIMITED_RANGE) | in sun8i_vi_layer_init_one()
482 supported_ranges, in sun8i_vi_layer_init_one()