drm/i915/dp: make DSC usage logging actually useful
authorJani Nikula <jani.nikula@intel.com>
Wed, 30 Mar 2022 09:30:19 +0000 (12:30 +0300)
committerJani Nikula <jani.nikula@intel.com>
Wed, 30 Mar 2022 15:23:45 +0000 (18:23 +0300)
commit1dedcdd0336c356e7ac8eb9b3bc3fe3b4faeac8d
tree7c6425c1e8b495f97607f226652dd3db49f9e776
parent179db7c1be5c09aa1b1493d45e6f88aebd525b96
drm/i915/dp: make DSC usage logging actually useful

Debug log when DSC is going to be used, and why, instead of
unconditionally logging the rarely used debug option setting, which
might not have any bearing on whether DSC is going to be used or not.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220330093019.4150386-1-jani.nikula@intel.com
drivers/gpu/drm/i915/display/intel_dp.c