commit | 73cefd903de77ac084b278e152248d6923d400e5 | [log] [tgz] |
---|---|---|
author | Lucas De Marchi <lucas.demarchi@intel.com> | Thu Oct 10 18:09:05 2019 -0700 |
committer | Lucas De Marchi <lucas.demarchi@intel.com> | Fri Oct 18 17:28:20 2019 -0700 |
tree | 67a6f186c2bfa095af91a212b325a9784d17058f | |
parent | cbd9b9f2e7b1f2e34478e0b1d944d521063e430d [diff] |
drm/i915: add pipe id/name to pipe mismatch logs This way it's easier to figure out what didn't match when we have multiple pipes enabled. v2: pass drm_crtc and use the more common [CRTC:%d:%s] format (Ville) v3: use struct intel_crtc type to pass crtc around (Ville) Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191015164029.18431-5-lucas.demarchi@intel.com