Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
H 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()
/linux/include/drm/
H A Ddrm_color_mgmt.h118 u32 supported_ranges,