From 9fe914b090486783ae4e28bc557cdd420e90fdae Mon Sep 17 00:00:00 2001 From: Dmytro Laktyushkin Date: Thu, 17 Apr 2025 14:15:40 -0400 Subject: [PATCH] drm/amd/display: Update tmz_surface type to match register [WHAT] Update tmz_surface's type to match register size Reviewed-by: Charlene Liu Signed-off-by: Dmytro Laktyushkin Signed-off-by: Alex Hung Tested-by: Daniel Wheeler Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/display/dc/dc_hw_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/dc/dc_hw_types.h b/drivers/gpu/drm/amd/display/dc/dc_hw_types.h index a0e99db61410b..809fc696962d5 100644 --- a/drivers/gpu/drm/amd/display/dc/dc_hw_types.h +++ b/drivers/gpu/drm/amd/display/dc/dc_hw_types.h @@ -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; -- 2.47.2