amd/vpelib: Extend TMZ value to 8 bit

Acked-by: Chuanyu Tseng <Chuanyu.Tseng@amd.com>
Signed-off-by: Jiali Zhao <Jiali.Zhao@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36809>
This commit is contained in:
Zhao, Jiali 2025-08-08 18:00:50 -04:00 committed by ChuanYu Tseng (Max)
parent c26cf7f74d
commit 2b50600a71

View file

@ -87,7 +87,7 @@ enum vpe_plane_addr_type {
*/
struct vpe_plane_address {
enum vpe_plane_addr_type type; /**< Type of the plane address */
bool tmz_surface; /**< Boolean to determine if the surface is allocated from tmz */
uint8_t tmz_surface; /**< uint8_t to determine if the surface is allocated from tmz */
/** @union
* @brief Union of plane address types
*/