]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Replace pr_info in dc_validate_boot_timing()
authorAlex Hung <alex.hung@amd.com>
Mon, 3 Feb 2025 18:02:03 +0000 (11:02 -0700)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 13 Feb 2025 02:03:03 +0000 (21:03 -0500)
commit3e7ef261d3866421a71fb6ec9e48bca543a4d339
tree20aa7c7650bc9da6d80eb9c6ad8b706fc9b53994
parentb0fce908cf5db7d624c83f81050211e158febabd
drm/amd/display: Replace pr_info in dc_validate_boot_timing()

Use DC_LOG_DEBUG instead of pr_info to match other uses in dc.c.

Fixes: 091e301c2b41 ("drm/amd/display: Add debug messages for dc_validate_boot_timing()")
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc.c