]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit89440ac882c6dca0694373f9961e4712f5fdb2d4
tree0ef2f80e49f6f193014f9f46f1d3d1b10afde280
parent4bac8d826049e3e3e822fc19585c83ca29835333
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