Re: [Nouveau] [PATCH] nv50/disp: Fix modeset on G94

2014-11-10 Thread poma
On 31.10.2014 11:28, Roy Spliet wrote: > > --- Ursprüngliche Nachricht --- > Von: Ben Skeggs > Datum: 00:52:05 31-10-2014 > An: Ilia Mirkin > Betreff: Re: [Nouveau] [PATCH] nv50/disp: Fix modeset on G94 > >> On Fri, Oct 31, 2014 at 8:00 AM, Ilia Mirkin >> wro

Re: [Nouveau] [PATCH] nv50/disp: Fix modeset on G94

2014-10-31 Thread Roy Spliet
--- Ursprüngliche Nachricht --- Von: Ben Skeggs Datum: 00:52:05 31-10-2014 An: Ilia Mirkin Betreff: Re: [Nouveau] [PATCH] nv50/disp: Fix modeset on G94 > On Fri, Oct 31, 2014 at 8:00 AM, Ilia Mirkin > wrote: > > On Thu, Oct 30, 2014 at 5:57 PM, Roy Spliet > wro

Re: [Nouveau] [PATCH] nv50/disp: Fix modeset on G94

2014-10-30 Thread Ben Skeggs
On Fri, Oct 31, 2014 at 8:00 AM, Ilia Mirkin wrote: > On Thu, Oct 30, 2014 at 5:57 PM, Roy Spliet wrote: >> Commit 1dce6264045cd23e9c07574ed0bb31c7dce9354f introduced a regression >> spotted >> on several G94 (FDObz #85160). This device seems to expect the vblank period >> to > > I believe that

Re: [Nouveau] [PATCH] nv50/disp: Fix modeset on G94

2014-10-30 Thread Ilia Mirkin
On Thu, Oct 30, 2014 at 5:57 PM, Roy Spliet wrote: > Commit 1dce6264045cd23e9c07574ed0bb31c7dce9354f introduced a regression > spotted > on several G94 (FDObz #85160). This device seems to expect the vblank period > to I believe that's often done as a Bugzilla: https://bugs.freedesktop.org/bla

[Nouveau] [PATCH] nv50/disp: Fix modeset on G94

2014-10-30 Thread Roy Spliet
Commit 1dce6264045cd23e9c07574ed0bb31c7dce9354f introduced a regression spotted on several G94 (FDObz #85160). This device seems to expect the vblank period to be set after setting scale instead of before. V2: shove this in a separate function This is a candidate bug-fix for 3.18 Signed-off-by:

[Nouveau] [PATCH] nv50/disp: Fix modeset on G94

2014-10-28 Thread Roy Spliet
Commit 1dce6264045cd23e9c07574ed0bb31c7dce9354f introduced a regression spotted on several G94 (FDObz #85160). This device seems to expect the vblank period to be set after setting scale instead of before. This is a candidate bug-fix for 3.18 Signed-off-by: Roy Spliet Tested-by: Zlatko Calusic