drm/i915: dump crtc timings from the pipe config
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 19 Sep 2013 12:53:58 +0000 (14:53 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 19 Sep 2013 13:34:19 +0000 (15:34 +0200)
commit644db711d3af6f7b91ce4b7e1a056a84bf34d349
tree0ef2f80e49f6f193014f9f46f1d3d1b10afde280
parent912e8b12eedb41c69717deda2b2a08e7292945fc
drm/i915: dump crtc timings from the pipe config

I always get royally confused how a modeline with all zeros could
possible pass the paranoid pipe config checker. Until I realize again
that we only check the crtc timings. So dump the crtc timings for the
adjusted mode.

This will be even more important for 3D support where the crtc timings
are markedly different from the input modeline if we have
frame-by-frame 3d output enabled.

Cc: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c