drm/i915/dp: demote source OUI read/write failure logging to debug
authorJani Nikula <jani.nikula@intel.com>
Wed, 6 Nov 2024 16:23:25 +0000 (18:23 +0200)
committerJani Nikula <jani.nikula@intel.com>
Mon, 11 Nov 2024 08:56:03 +0000 (10:56 +0200)
commitb08d1274e3fe70eb3e9b13e8af835032bf792f7e
treeb77794ebd57f830ee30ddc5f23f6fc760d90582d
parent34796ce4b2a11f29aa764ad67fe0fc028c86756a
drm/i915/dp: demote source OUI read/write failure logging to debug

Commit 1f12d63a14d7 ("drm/i915/dp: Write the source OUI for non-eDP
sinks as well") started writing source OUI for non-eDP sinks as well,
increasing the possibilities of hitting read/write failures either due
to the sink behaviour or hotplug or whatever.

Even before that, commit 3fb0501f0c07 ("drm/i915/display/dp: Reduce log
level for SOURCE OUI write failures") already reduced write failures to
info level when source OUI was just for eDP.

Further reduce the log level to just debug. Switch to struct
intel_display while at it.

Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/3372
Cc: Clint Taylor <clinton.a.taylor@intel.com>
Cc: Imre Deak <imre.deak@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241106162325.4065078-1-jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_dp.c