pipe: Remove pipe_video_vpp_color_standard_type

Acked-by: Ruijing Dong <ruijing.dong@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37058>
This commit is contained in:
David Rosca 2025-09-02 10:42:00 +02:00 committed by Marge Bot
parent f59e0971b5
commit 8b194cb0ac
2 changed files with 0 additions and 13 deletions

View file

@ -335,17 +335,6 @@ enum pipe_video_vpp_blend_mode
PIPE_VIDEO_VPP_BLEND_MODE_GLOBAL_ALPHA = 0x1,
};
/* To be used for VPP state*/
enum pipe_video_vpp_color_standard_type
{
PIPE_VIDEO_VPP_COLOR_STANDARD_TYPE_NONE = 0x0,
PIPE_VIDEO_VPP_COLOR_STANDARD_TYPE_BT601 = 0x1,
PIPE_VIDEO_VPP_COLOR_STANDARD_TYPE_BT709 = 0x2,
PIPE_VIDEO_VPP_COLOR_STANDARD_TYPE_BT2020 = 0xC,
PIPE_VIDEO_VPP_COLOR_STANDARD_TYPE_EXPLICIT = 0xD,
PIPE_VIDEO_VPP_COLOR_STANDARD_TYPE_COUNT,
};
/* To be used for VPP state*/
enum pipe_video_vpp_color_range
{

View file

@ -2187,10 +2187,8 @@ struct pipe_vpp_desc
struct pipe_video_buffer *dst;
uint32_t background_color;
enum pipe_video_vpp_color_standard_type in_colors_standard;
enum pipe_video_vpp_color_range in_color_range;
enum pipe_video_vpp_chroma_siting in_chroma_siting;
enum pipe_video_vpp_color_standard_type out_colors_standard;
enum pipe_video_vpp_color_range out_color_range;
enum pipe_video_vpp_chroma_siting out_chroma_siting;