Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_color_mgmt.c418 u32 supported_ranges, in drm_plane_create_color_properties() argument
433 if (WARN_ON(supported_ranges == 0 || in drm_plane_create_color_properties()
434 (supported_ranges & -BIT(DRM_COLOR_RANGE_MAX)) != 0 || in drm_plane_create_color_properties()
435 (supported_ranges & BIT(default_range)) == 0)) in drm_plane_create_color_properties()
459 if ((supported_ranges & BIT(i)) == 0) in drm_plane_create_color_properties()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_color_mgmt.h92 u32 supported_ranges,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun8i_vi_layer.c507 u32 supported_encodings, supported_ranges; in sun8i_vi_layer_init_one() local
547 supported_ranges = BIT(DRM_COLOR_YCBCR_LIMITED_RANGE) | in sun8i_vi_layer_init_one()
552 supported_ranges, in sun8i_vi_layer_init_one()