]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amd/display: Delete max_clocks_state
authorTimur Kristóf <timur.kristof@gmail.com>
Tue, 19 May 2026 10:21:08 +0000 (12:21 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 27 May 2026 14:43:41 +0000 (10:43 -0400)
It's not used by anything anymore.

Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Melissa Wen <mwen@igalia.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dm_services_types.h

index cae3ed6056d6f675476d8b43fbfb53d99f4ae93f..f114ab819afd65686675c10d254e325027022932 100644 (file)
@@ -254,9 +254,6 @@ struct dm_pp_clock_for_voltage_req {
 struct dm_pp_static_clock_info {
        uint32_t max_sclk_khz;
        uint32_t max_mclk_khz;
-
-       /* max possible display block clocks state */
-       enum dm_pp_clocks_state max_clocks_state;
 };
 
 struct dtn_min_clk_info {