Searched refs:supported_ranges (Results 1 – 2 of 2) sorted by relevance
414 u32 supported_ranges, in drm_plane_create_color_properties() argument429 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()
68 u32 supported_ranges,