File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
drivers/gpu/drm/amd/display/dc/core Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3764,6 +3764,8 @@ static void mark_seamless_boot_stream(const struct dc *dc,
3764
3764
{
3765
3765
struct dc_bios * dcb = dc -> ctx -> dc_bios ;
3766
3766
3767
+ DC_LOGGER_INIT (dc -> ctx -> logger );
3768
+
3767
3769
if (stream -> apply_seamless_boot_optimization )
3768
3770
return ;
3769
3771
if (!dc -> config .allow_seamless_boot_optimization )
@@ -3772,7 +3774,7 @@ static void mark_seamless_boot_stream(const struct dc *dc,
3772
3774
return ;
3773
3775
if (dc_validate_boot_timing (dc , stream -> sink , & stream -> timing )) {
3774
3776
stream -> apply_seamless_boot_optimization = true;
3775
- DC_LOG_INFO ("Marked stream for seamless boot optimization\n" );
3777
+ DC_LOG_DC ("Marked stream for seamless boot optimization\n" );
3776
3778
}
3777
3779
}
3778
3780
You can’t perform that action at this time.
0 commit comments