Skip to content

Commit c5ca994

Browse files
Taimur Hassanalexdeucher
authored andcommitted
drm/amd/display: Remove config update
[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>
1 parent d60f56b commit c5ca994

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,7 @@ static bool dcn35_resource_construct(
18641864

18651865
/* Use pipe context based otg sync logic */
18661866
dc->config.use_pipe_ctx_sync_logic = true;
1867-
dc->config.use_default_clock_table = false;
1867+
18681868
/* read VBIOS LTTPR caps */
18691869
{
18701870
if (ctx->dc_bios->funcs->get_lttpr_caps) {

0 commit comments

Comments
 (0)