pipe: Add PIPE_VIDEO_CAP_SLICE_STRUCTURE_AUTO for PIPE_VIDEO_SLICE_MODE_AUTO

Reviewed-by: Ruijing Dong <ruijing.dong@amd.com>
Reviewed-by: Pohsiang (John) Hsu <pohhsu@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39830>
This commit is contained in:
Silvio Vilerino 2026-02-10 11:42:11 -05:00 committed by Marge Bot
parent 628754b5b8
commit a67fa7d5f8

View file

@ -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