Re: [Intel-gfx] [PATCH] drm/i915/sdvo: Fully translate sync flags in the dtd->mode conversion

2013-09-10 Thread Daniel Vetter
On Tue, Sep 10, 2013 at 11:24:52AM +0300, Ville Syrjälä wrote: > On Tue, Sep 10, 2013 at 10:02:48AM +0200, Daniel Vetter wrote: > > Instead of just a flag bit for each of the positive/negative sync > > modes drm actually uses a separate flag for each ... This upsets the > > modeset checker since

Re: [Intel-gfx] [PATCH] drm/i915/sdvo: Fully translate sync flags in the dtd->mode conversion

2013-09-10 Thread Ville Syrjälä
On Tue, Sep 10, 2013 at 12:38:24PM +0300, Ville Syrjälä wrote: > On Tue, Sep 10, 2013 at 10:02:48AM +0200, Daniel Vetter wrote: > > Instead of just a flag bit for each of the positive/negative sync > > modes drm actually uses a separate flag for each ... This upsets the > > modeset checker since

Re: [Intel-gfx] [PATCH] drm/i915/sdvo: Fully translate sync flags in the dtd->mode conversion

2013-09-10 Thread Ville Syrjälä
On Tue, Sep 10, 2013 at 10:02:48AM +0200, Daniel Vetter wrote: > Instead of just a flag bit for each of the positive/negative sync > modes drm actually uses a separate flag for each ... This upsets the > modeset checker since the adjusted mode filled out at modeset time > doesn't match the one

Re: [PATCH] drm/i915/sdvo: Fully translate sync flags in the dtd->mode conversion

2013-09-10 Thread Daniel Vetter
On Tue, Sep 10, 2013 at 10:41:33AM +0200, Knut Petersen wrote: > On 10.09.2013 10:02, Daniel Vetter wrote: > >Instead of just a flag bit for each of the positive/negative sync > >modes drm actually uses a separate flag for each ... This upsets the > >modeset checker since the adjusted mode filled

Re: [Intel-gfx] [PATCH] drm/i915/sdvo: Fully translate sync flags in the dtd->mode conversion

2013-09-10 Thread Ville Syrjälä
On Tue, Sep 10, 2013 at 10:02:48AM +0200, Daniel Vetter wrote: > Instead of just a flag bit for each of the positive/negative sync > modes drm actually uses a separate flag for each ... This upsets the > modeset checker since the adjusted mode filled out at modeset time > doesn't match the one

[PATCH] drm/i915/sdvo: Fully translate sync flags in the dtd->mode conversion

2013-09-10 Thread Daniel Vetter
Instead of just a flag bit for each of the positive/negative sync modes drm actually uses a separate flag for each ... This upsets the modeset checker since the adjusted mode filled out at modeset time doesn't match the one reconstructed at check time (since the ->get_config callback already gets

[PATCH] drm/i915/sdvo: Fully translate sync flags in the dtd-mode conversion

2013-09-10 Thread Daniel Vetter
Instead of just a flag bit for each of the positive/negative sync modes drm actually uses a separate flag for each ... This upsets the modeset checker since the adjusted mode filled out at modeset time doesn't match the one reconstructed at check time (since the -get_config callback already gets

Re: [Intel-gfx] [PATCH] drm/i915/sdvo: Fully translate sync flags in the dtd-mode conversion

2013-09-10 Thread Ville Syrjälä
On Tue, Sep 10, 2013 at 10:02:48AM +0200, Daniel Vetter wrote: Instead of just a flag bit for each of the positive/negative sync modes drm actually uses a separate flag for each ... This upsets the modeset checker since the adjusted mode filled out at modeset time doesn't match the one

Re: [PATCH] drm/i915/sdvo: Fully translate sync flags in the dtd-mode conversion

2013-09-10 Thread Daniel Vetter
On Tue, Sep 10, 2013 at 10:41:33AM +0200, Knut Petersen wrote: On 10.09.2013 10:02, Daniel Vetter wrote: Instead of just a flag bit for each of the positive/negative sync modes drm actually uses a separate flag for each ... This upsets the modeset checker since the adjusted mode filled out at

Re: [Intel-gfx] [PATCH] drm/i915/sdvo: Fully translate sync flags in the dtd-mode conversion

2013-09-10 Thread Ville Syrjälä
On Tue, Sep 10, 2013 at 10:02:48AM +0200, Daniel Vetter wrote: Instead of just a flag bit for each of the positive/negative sync modes drm actually uses a separate flag for each ... This upsets the modeset checker since the adjusted mode filled out at modeset time doesn't match the one

Re: [Intel-gfx] [PATCH] drm/i915/sdvo: Fully translate sync flags in the dtd-mode conversion

2013-09-10 Thread Ville Syrjälä
On Tue, Sep 10, 2013 at 12:38:24PM +0300, Ville Syrjälä wrote: On Tue, Sep 10, 2013 at 10:02:48AM +0200, Daniel Vetter wrote: Instead of just a flag bit for each of the positive/negative sync modes drm actually uses a separate flag for each ... This upsets the modeset checker since the

Re: [Intel-gfx] [PATCH] drm/i915/sdvo: Fully translate sync flags in the dtd-mode conversion

2013-09-10 Thread Daniel Vetter
On Tue, Sep 10, 2013 at 11:24:52AM +0300, Ville Syrjälä wrote: On Tue, Sep 10, 2013 at 10:02:48AM +0200, Daniel Vetter wrote: Instead of just a flag bit for each of the positive/negative sync modes drm actually uses a separate flag for each ... This upsets the modeset checker since the