drm/amd/display: Update tmz_surface type to match register

[WHAT]
Update tmz_surface's type to match register size

Reviewed-by: Charlene Liu <charlene.liu@amd.com>
Signed-off-by: Dmytro Laktyushkin <dmytro.laktyushkin@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Dmytro Laktyushkin 2025-04-17 14:15:40 -04:00 committed by Alex Deucher
parent 3992305061
commit 9fe914b090

View File

@ -68,7 +68,7 @@ enum dc_plane_addr_type {
struct dc_plane_address {
enum dc_plane_addr_type type;
bool tmz_surface;
uint8_t tmz_surface;
union {
struct{
PHYSICAL_ADDRESS_LOC addr;