drm/amd/display: Remove config update
authorTaimur Hassan <syed.hassan@amd.com>
Fri, 10 Nov 2023 15:06:09 +0000 (10:06 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 29 Nov 2023 23:06:44 +0000 (18:06 -0500)
[Why]
Prevent overwrite of dc->config.use_default_clock_table, as it should be
pre-configured.

Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Taimur Hassan <syed.hassan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c

index 8f1a9c959bb54dcafe8211d38cae3164d4344395..70ef1e7ff841130d9f404f9c33496c6ec3ba6ed3 100644 (file)
@@ -1864,7 +1864,7 @@ static bool dcn35_resource_construct(
 
        /* Use pipe context based otg sync logic */
        dc->config.use_pipe_ctx_sync_logic = true;
-       dc->config.use_default_clock_table = false;
+
        /* read VBIOS LTTPR caps */
        {
                if (ctx->dc_bios->funcs->get_lttpr_caps) {