]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/display: Update tmz_surface type to match register
authorDmytro Laktyushkin <dmytro.laktyushkin@amd.com>
Thu, 17 Apr 2025 18:15:40 +0000 (14:15 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 18 Jun 2025 16:19:16 +0000 (12:19 -0400)
[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>
drivers/gpu/drm/amd/display/dc/dc_hw_types.h

index a0e99db61410bc3630f8671018e002e94ba59d0a..809fc696962d54c6cd05533262ff0387a47236bd 100644 (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;