mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-27 21:50:38 +02:00
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:
parent
c26cf7f74d
commit
2b50600a71
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue