From: Dmytro Laktyushkin Date: Thu, 17 Apr 2025 18:15:40 +0000 (-0400) Subject: drm/amd/display: Update tmz_surface type to match register X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fe914b090486783ae4e28bc557cdd420e90fdae;p=thirdparty%2Fkernel%2Flinux.git 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 --- 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;