From a67fa7d5f87405dd303e8128b1fe1bb79a6808f2 Mon Sep 17 00:00:00 2001 From: Silvio Vilerino Date: Tue, 10 Feb 2026 11:42:11 -0500 Subject: [PATCH] pipe: Add PIPE_VIDEO_CAP_SLICE_STRUCTURE_AUTO for PIPE_VIDEO_SLICE_MODE_AUTO Reviewed-by: Ruijing Dong Reviewed-by: Pohsiang (John) Hsu Part-of: --- src/gallium/include/pipe/p_video_enums.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/include/pipe/p_video_enums.h b/src/gallium/include/pipe/p_video_enums.h index 49aad79ec62..0efc97bf824 100644 --- a/src/gallium/include/pipe/p_video_enums.h +++ b/src/gallium/include/pipe/p_video_enums.h @@ -472,6 +472,8 @@ enum pipe_video_cap_slice_structure * for all slices except for the last one, which must be equal or smaller * to the previous slices. */ PIPE_VIDEO_CAP_SLICE_STRUCTURE_EQUAL_MULTI_ROWS = 0x00000020, + /* Driver supports PIPE_VIDEO_SLICE_MODE_AUTO. */ + PIPE_VIDEO_CAP_SLICE_STRUCTURE_AUTO = 0x00000040, }; enum pipe_video_enc_intra_refresh_mode