[PATCH 08/16] drm/amd/display: Print seamless boot message in mark_seamless_boot_stream
Roman.Li at amd.com
Roman.Li at amd.com
Fri Feb 14 15:00:25 UTC 2025
From: Alex Hung <alex.hung at amd.com>
[WHAT & HOW]
Add a message so users know the stream will be used for seamless boot.
Reviewed-by: Mario Limonciello <mario.limonciello at amd.com>
Reviewed-by: Rodrigo Siqueira <rodrigo.siqueira at amd.com>
Signed-off-by: Alex Hung <alex.hung at amd.com>
Signed-off-by: Roman Li <roman.li at amd.com>
---
drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_resource.c b/drivers/gpu/drm/amd/display/dc/core/dc_resource.c
index bf14fa1e3771..e6bc479497e8 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc_resource.c
@@ -3764,6 +3764,8 @@ static void mark_seamless_boot_stream(const struct dc *dc,
{
struct dc_bios *dcb = dc->ctx->dc_bios;
+ DC_LOGGER_INIT(dc->ctx->logger);
+
if (stream->apply_seamless_boot_optimization)
return;
if (!dc->config.allow_seamless_boot_optimization)
@@ -3772,7 +3774,7 @@ static void mark_seamless_boot_stream(const struct dc *dc,
return;
if (dc_validate_boot_timing(dc, stream->sink, &stream->timing)) {
stream->apply_seamless_boot_optimization = true;
- DC_LOG_INFO("Marked stream for seamless boot optimization\n");
+ DC_LOG_DC("Marked stream for seamless boot optimization\n");
}
}
--
2.34.1
More information about the amd-gfx
mailing list