Searched refs:supported_ranges (Results 1 – 3 of 3) sorted by relevance
525 u32 supported_ranges, in drm_plane_create_color_properties() argument540 if (WARN_ON(supported_ranges == 0 || in drm_plane_create_color_properties()541 (supported_ranges & -BIT(DRM_COLOR_RANGE_MAX)) != 0 || in drm_plane_create_color_properties()542 (supported_ranges & BIT(default_range)) == 0)) in drm_plane_create_color_properties()566 if ((supported_ranges & BIT(i)) == 0) in drm_plane_create_color_properties()
92 u32 supported_ranges,
545 u32 supported_encodings, supported_ranges; in sun8i_vi_layer_init_one() local596 supported_ranges = BIT(DRM_COLOR_YCBCR_LIMITED_RANGE) | in sun8i_vi_layer_init_one()601 supported_ranges, in sun8i_vi_layer_init_one()
Completed in 7 milliseconds