[Nouveau] [PATCH] drm/nouveau: Fix mthd data submission

2013-12-20 Thread Kelly Doran
If the initial data element is 0, it will never be written, even though the value from the previous method may be there. Signed-off-by: Kelly Doran --- drivers/gpu/drm/nouveau/core/engine/graph/nvc0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau

Re: [Nouveau] Fix for vblank on nvc0

2012-11-12 Thread Kelly Doran
arz schreef: >> On Sun, Nov 11, 2012 at 07:26:17PM +0100, Marcin Slusarz wrote: >>> On Tue, Nov 06, 2012 at 07:30:00PM +0100, Maarten Lankhorst wrote: >>>> >>>> Op 06-11-12 15:48, Kelly Doran schreef: >>>>> The vblank on nvc0 was not working correctly

Re: [Nouveau] Fix for vblank on nvc0

2012-11-12 Thread Kelly Doran
Okay I have added two patches, one of them should fix the problem... On Sun, Nov 11, 2012 at 12:51 PM, Kelly Doran wrote: > I was under the impression that the "else" block was only executed for nvc0 > code, but maybe the nv92 code was executing it too, so that may need an >

Re: [Nouveau] Fix for vblank on nvc0

2012-11-11 Thread Kelly Doran
Maarten Lankhorst wrote: > > > > > > > > > Op 06-11-12 15:48, Kelly Doran schreef: > > > > The vblank on nvc0 was not working correctly and would freeze X, I > managed > > > > to track it down and fix it with some help from m.b.lankhor

[Nouveau] Fix for vblank on nvc0

2012-11-10 Thread Kelly Doran
The vblank on nvc0 was not working correctly and would freeze X, I managed to track it down and fix it with some help from m.b.lankhorst, see https://bugs.freedesktop.org/show_bug.cgi?id=56692 for details. nvc0_vblank_fix.patch Description: Binary data