commit | 5244221ee89b30f0e8add9e88482da873b6e0a54 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Nov 29 20:54:30 2019 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Dec 02 18:38:40 2019 +0200 |
tree | b89deee7ec2d15c87686314b46874ac54ffb263d | |
parent | 647542337786fc87cc1e8c48ee2c3cec92c2bc80 [diff] |
drm/i915: Dump the mode for the crtc just the once No point in repeating the crtc mode for each cloned encoder. Just print it once, and avoid using multiple lines for it. And while at let's polish the fixed mode print to fit on one line as well. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191129185434.25549-6-ville.syrjala@linux.intel.com Reviewed-by: Ramalingam C <ramalingam.c@intel.com>