Re: [Intel-gfx] [PATCH] drm/i915: dump crtc timings from the pipe config

2013-09-19 Thread Damien Lespiau
On Thu, Sep 19, 2013 at 03:35:02PM +0200, Daniel Vetter wrote: > On Thu, Sep 19, 2013 at 02:13:38PM +0100, Damien Lespiau wrote: > > On Thu, Sep 19, 2013 at 02:53:58PM +0200, Daniel Vetter wrote: > > > I always get royally confused how a modeline with all zeros could > > > possible pass the paranoi

Re: [Intel-gfx] [PATCH] drm/i915: dump crtc timings from the pipe config

2013-09-19 Thread Daniel Vetter
On Thu, Sep 19, 2013 at 02:13:38PM +0100, Damien Lespiau wrote: > On Thu, Sep 19, 2013 at 02:53:58PM +0200, Daniel Vetter wrote: > > 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

Re: [Intel-gfx] [PATCH] drm/i915: dump crtc timings from the pipe config

2013-09-19 Thread Damien Lespiau
On Thu, Sep 19, 2013 at 02:53:58PM +0200, Daniel Vetter wrote: > 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. > > Th

[Intel-gfx] [PATCH] drm/i915: dump crtc timings from the pipe config

2013-09-19 Thread Daniel Vetter
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 ma