Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/
Ddrm_color_mgmt.c414 u32 supported_ranges, in drm_plane_create_color_properties() argument
429 if (WARN_ON(supported_ranges == 0 || in drm_plane_create_color_properties()
430 (supported_ranges & -BIT(DRM_COLOR_RANGE_MAX)) != 0 || in drm_plane_create_color_properties()
431 (supported_ranges & BIT(default_range)) == 0)) in drm_plane_create_color_properties()
455 if ((supported_ranges & BIT(i)) == 0) in drm_plane_create_color_properties()
/Linux-v4.19/include/drm/
Ddrm_color_mgmt.h68 u32 supported_ranges,