drm/amd/display: Decrease messaging about DP alt mode state to debug
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 18 Jan 2023 22:47:09 +0000 (16:47 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 19 Jan 2023 22:24:25 +0000 (17:24 -0500)
commitbd3149014dff8f90c3d700778274fb5729986a01
tree54ed845f610cd76405543c122a5faa08a285c94b
parent6482ba5d4bc80e51b7a34a0322b71f562ad4db86
drm/amd/display: Decrease messaging about DP alt mode state to debug

Currently plugging in a USB-C device that issues an HPD will emit
a warning level message `DP Alt mode state on HPD: %d`.

This is needlessly noisy for most people, decrease it to debug so
that it can be turned on by dynamic debug as needed.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
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_link.c