]> www.infradead.org Git - users/hch/configfs.git/commitdiff
drm/amd/display: Remove unused field
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Fri, 2 Aug 2024 18:31:42 +0000 (12:31 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 13 Aug 2024 14:51:33 +0000 (10:51 -0400)
[why & how]
Remove force_backlight_start_level since it is never used.

Acked-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Tom Chung <chiahsuan.chung@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.h

index 7873daf72608ca02e14b761ab7c12f4ae491c88c..91a351f8711e1b8e2fdf06678813906fd3232aa7 100644 (file)
@@ -306,8 +306,6 @@ struct dc_bug_wa {
                uint8_t dcfclk_ds: 1;
        } clock_update_disable_mask;
        bool skip_psr_ips_crtc_disable;
-       //Customer Specific WAs
-       uint32_t force_backlight_start_level;
 };
 struct dc_dcc_surface_param {
        struct dc_size surface_size;