We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f6f05 commit 23645bcCopy full SHA for 23645bc
drivers/gpu/drm/amd/display/dc/core/dc.c
@@ -1262,6 +1262,9 @@ static void disable_vbios_mode_if_required(
1262
if (stream == NULL)
1263
continue;
1264
1265
+ if (stream->apply_seamless_boot_optimization)
1266
+ continue;
1267
+
1268
// only looking for first odm pipe
1269
if (pipe->prev_odm_pipe)
1270
0 commit comments