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 <[email protected]> Acked-by: Hamza Mahfooz <[email protected]> Signed-off-by: Taimur Hassan <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent d60f56b commit c5ca994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)