drm/i915/dp_mst: Tune down error message during payload addition
authorImre Deak <imre.deak@intel.com>
Wed, 13 Sep 2023 22:32:18 +0000 (01:32 +0300)
committerImre Deak <imre.deak@intel.com>
Mon, 18 Sep 2023 13:43:16 +0000 (16:43 +0300)
commit4ed2b53b463f23a578e5948062f51a63f4d30fbe
treedee9a3a5f7399fb6103b2879bdfba58c482b752e
parent8874288c803fba7fff4d441464cac3a513364fd1
drm/i915/dp_mst: Tune down error message during payload addition

If a sink is removed in the middle of payload addition
drm_dp_add_payload_part1() will fail as expected, either not finding the
payload's MST port or failing the payload-add AUX transaction.

Based on the above tune the error message down to a debug messge.

Cc: Lyude Paul <lyude@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230913223218.540365-4-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp_mst.c