drm/amd/display: Add debug messages for dc_validate_boot_timing()
authorMario Limonciello <mario.limonciello@amd.com>
Mon, 20 Jan 2025 19:49:00 +0000 (13:49 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 13 Feb 2025 02:02:58 +0000 (21:02 -0500)
commit091e301c2b412f74795c1c65b97d49984ae2e211
treeec483438ed9beefb17e5fce7aa950366138a3d08
parent38e8ca3e4b6de1c6e49d0140264cfc8d314a5f70
drm/amd/display: Add debug messages for dc_validate_boot_timing()

dc_validate_boot_timing() runs through an exhaustive list of checks to
determine whether a boot stream can be marked as seamless. When the
checks fail, a user will be left guessing what the reason was

Add debug statements that will be helpful to validate the specific
reason.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Link: https://lore.kernel.org/r/20250120194903.1048811-1-superm1@kernel.org
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc.c