[Nouveau] [PATCH] drm/nouveau: Fix a complier warning in the card init error path

2011-04-17 Thread Jimmy Rentz
Fix an unitialized variable complier warning in nouveau_card_init. Signed-off-by: Jimmy Rentz jb17bs...@gmail.com diff --git a/drivers/gpu/drm/nouveau/nouveau_state.c b/drivers/gpu/drm/nouveau/nouveau_state.c index 3404950..66e8037 100644 --- a/drivers/gpu/drm/nouveau/nouveau_state.c +++ b

[Nouveau] [PATCH] drm/nouveau: Free nv04 instmem ramin heap at card takedown

2011-04-17 Thread Jimmy Rentz
Add a missing nv04 instmem ramin heap shutdown call. Signed-off-by: Jimmy Rentz jb17bs...@gmail.com diff --git a/drivers/gpu/drm/nouveau/nv04_instmem.c b/drivers/gpu/drm/nouveau/nv04_instmem.c index b8e3edb..b8611b9 100644 --- a/drivers/gpu/drm/nouveau/nv04_instmem.c +++ b/drivers/gpu/drm

[Nouveau] [PATCH] drm/nouveau: Fix a crash at card takedown for NV40 and older cards trying to free a vga bo

2011-04-17 Thread Jimmy Rentz
manager. There might be other solutions but this seemed the simplest to me. Signed-off-by: Jimmy Rentz jb17bs...@gmail.com diff --git a/drivers/gpu/drm/nouveau/nouveau_mem.c b/drivers/gpu/drm/nouveau/nouveau_mem.c index 9c7bc3f..ce3cb5e 100644 --- a/drivers/gpu/drm/nouveau/nouveau_mem.c +++ b/drivers

Re: [Nouveau] [PATCH] drm/nouveau: Fix a complier warning in the card init error path

2011-04-17 Thread Jimmy Rentz
On Sun, 17 Apr 2011 23:18:36 +0200 Marcin Slusarz marcin.slus...@gmail.com wrote: On Sun, Apr 17, 2011 at 04:14:53PM -0400, Jimmy Rentz wrote: Fix an unitialized variable complier warning in nouveau_card_init. Signed-off-by: Jimmy Rentz jb17bs...@gmail.com diff --git a/drivers

Re: [Nouveau] Decode videos

2010-12-07 Thread Jimmy Rentz
On Tue, 7 Dec 2010 13:58:22 + James Courtier-Dutton james.dut...@gmail.com wrote: On 7 December 2010 01:07, Jimmy Rentz jb17bs...@gmail.com wrote: On Mon, 6 Dec 2010 23:05:10 +0100 Xavier Chantry chantry.xav...@gmail.com wrote: On Mon, Dec 6, 2010 at 7:35 PM, Mikhail Ramendik m

Re: [Nouveau] Decode videos

2010-12-06 Thread Jimmy Rentz
On Mon, 6 Dec 2010 23:05:10 +0100 Xavier Chantry chantry.xav...@gmail.com wrote: On Mon, Dec 6, 2010 at 7:35 PM, Mikhail Ramendik m...@ramendik.ru wrote: Hello, http://nouveau.freedesktop.org/wiki/FeatureMatrix lists Decode videos as WIP for NV30 and NV40 seies. As I have an NV44, I

[Nouveau] nv vpe video decoder

2010-08-05 Thread Jimmy Rentz
. There is something preventing the nv vpe engine from rendering cmds at the same rate as the blob. Either caching or whatever. Jimmy Rentz ___ Nouveau mailing list Nouveau@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo

[Nouveau] [PATCH 2/4] drm: nv vpe

2010-08-05 Thread Jimmy Rentz
the cmds to the pushbuf and firing. Signed-off-by: Jimmy Rentz jb17bs...@gmail.com diff --git a/include/drm/nouveau_drm.h b/include/drm/nouveau_drm.h index a6a9f4a..c597c0a 100644 --- a/include/drm/nouveau_drm.h +++ b/include/drm/nouveau_drm.h @@ -79,6 +79,7 @@ struct drm_nouveau_gpuobj_free { #define

[Nouveau] [PATCH 3/4] ddx: nv vpe

2010-08-05 Thread Jimmy Rentz
This patch includes all the relevant nv vpe ddx support. This patch applies against the latest xf86-video-nouveau. This is hooks up the XV blit adapter to be used for XvMC IDCT on NV30/NV40 cards. This makes it possible to fallback to g3dvl XvMC if nv vpe is in use. Signed-off-by: Jimmy Rentz

[Nouveau] nv40 mpeg2 video decode

2010-01-12 Thread Jimmy Rentz
is done with a set of cmds. I just don't see an easy of implementing this since the current fence mechanism only works for the 3d fifo. Jimmy Rentz ___ Nouveau mailing list Nouveau@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo

Re: [Nouveau] [TEST REQUEST] nv40 firmware replacement

2009-12-15 Thread Jimmy Rentz
On Tue, 15 Dec 2009 17:14:10 +1000 Ben Skeggs skeg...@gmail.com wrote: So, I've spent the last few days messing around with replacing our use of NVIDIA's context programs on GeForce 6/7 hardware and have something that works on the 4 (2xNV44, NV46, NV4B) cards I have. The context programs

Re: [Nouveau] [PATCH 1/3] drm/nouveau: Pre-G80 tiling support.

2009-12-11 Thread Jimmy Rentz
On Fri, 11 Dec 2009 19:33:22 +0100 Francisco Jerez curroje...@riseup.net wrote: Signed-off-by: Francisco Jerez curroje...@riseup.net --- drivers/gpu/drm/nouveau/nouveau_drv.h | 23 + drivers/gpu/drm/nouveau/nouveau_reg.h | 16 ++-- drivers/gpu/drm/nouveau/nouveau_state.c |8