Searched refs:supported_ranges (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_color_mgmt.c | 406 * @supported_ranges: bitfileld indicating supported color ranges 412 * be provided in supported_encodings and supported_ranges bitmasks. 418 u32 supported_ranges, in drm_plane_create_color_properties() 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() 416 drm_plane_create_color_properties(struct drm_plane *plane, u32 supported_encodings, u32 supported_ranges, enum drm_color_encoding default_encoding, enum drm_color_range default_range) drm_plane_create_color_properties() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_color_mgmt.c | 517 * @supported_ranges: bitfileld indicating supported color ranges 523 * be provided in supported_encodings and supported_ranges bitmasks. 529 u32 supported_ranges, in drm_plane_create_color_properties() 544 if (WARN_ON(supported_ranges == 0 || in drm_plane_create_color_properties() 545 (supported_ranges & -BIT(DRM_COLOR_RANGE_MAX)) != 0 || in drm_plane_create_color_properties() 546 (supported_ranges & BIT(default_range)) == 0)) in drm_plane_create_color_properties() 570 if ((supported_ranges & BIT(i)) == 0) in drm_plane_create_color_properties() 527 drm_plane_create_color_properties(struct drm_plane *plane, u32 supported_encodings, u32 supported_ranges, enum drm_color_encoding default_encoding, enum drm_color_range default_range) drm_plane_create_color_properties() argument
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_color_mgmt.h | 93 u32 supported_ranges,
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_color_mgmt.h | 93 u32 supported_ranges,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
H A D | sun8i_vi_layer.c | 507 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/ |
H A D | sun8i_vi_layer.c | 547 u32 supported_encodings, supported_ranges; in sun8i_vi_layer_init_one() local 601 supported_ranges = BIT(DRM_COLOR_YCBCR_LIMITED_RANGE) | in sun8i_vi_layer_init_one() 606 supported_ranges, in sun8i_vi_layer_init_one()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/mxsfb/ |
H A D | lcdif_kms.c | 752 const u32 supported_ranges = BIT(DRM_COLOR_YCBCR_LIMITED_RANGE) | in lcdif_kms_init() local 770 supported_ranges, in lcdif_kms_init()
|
Completed in 5 milliseconds