Re: [Nouveau] [PATCH envytools] envydis: gk110: Add support for dadd with an immediate src

2015-11-05 Thread Marcin Kościelnicki
On 05/11/15 14:42, Hans de Goede wrote: This commit adds support for dadd with an immediate src in gk110 code. The machine-code in question is generated by e.g. nouveau_compiler with the new "Make use of double immediates" patch series when building the piglit

Re: [Nouveau] Second copy engine on GF116

2014-11-25 Thread Marcin Kościelnicki
handling, or other operation modes (there is at least one, judging by nv hardware - raw copy without decompression, perhaps?). The whole thing has a grand total of 17 MMIO registers, 9 of them writable. Shouldn't be that hard to figure it out... Marcin Kościelnicki On 25/11/14 02:33, Andy Ritger

Re: [Nouveau] Second copy engine on GF116

2014-11-25 Thread Marcin Kościelnicki
On 25/11/14 22:05, Andy Ritger wrote: On Tue, Nov 25, 2014 at 10:57:44AM -0500, Ilia Mirkin wrote: On Mon, Nov 24, 2014 at 8:33 PM, Andy Ritger arit...@nvidia.com wrote: On Fri, Nov 21, 2014 at 01:39:55AM -0500, Ilia Mirkin wrote: On Fri, Nov 21, 2014 at 1:16 AM, Andy Ritger

Re: [Nouveau] Old video cards donation

2014-08-04 Thread Marcin Kościelnicki
On 03/08/14 21:35, Arnaud Ruch wrote: From: Marcin Kościelnicki koria...@0x04.net * AGP 4x video card Creative Labs 3D Blaster NVIDIA GeForce 2 GTS (NV15) DDR 32 MB VGA output Say, could I see a hi-res photo of that card? I'd be interested if it has an MPEG decoder chip (such cards are hard

Re: [Nouveau] Old video cards donation

2014-08-03 Thread Marcin Kościelnicki
On 03/08/14 12:23, Arnaud Ruch wrote: Dear all, I have a few old video cards that I want to get rid of. I've been suggested to check whether any nouveau developer would be interested in getting one of them for development / testing purposes. Here's the list : * AGP 4x video card Creative

Re: [Nouveau] Should I dump my Nvidia card from the less known brand Gainward?

2014-01-11 Thread Marcin Kościelnicki
research on dual-rank tesla cards (which likely involve a calculation error that falls on the *un*safe side), but for the moment it's nothing to worry about. Marcin Kościelnicki ___ Nouveau mailing list Nouveau@lists.freedesktop.org http

Re: [Nouveau] offer to help, DCB

2013-09-25 Thread Marcin Kościelnicki
, and not have enough power to take over the machine. Is there any security model for nVidia hardware/firmware/kernel driver system? Marcin Kościelnicki ___ Nouveau mailing list Nouveau@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo

[Nouveau] [PATCH] drm/nouveau/nvd9: Fix GPIO initialisation sequence.

2012-05-21 Thread Marcin Kościelnicki
Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- drivers/gpu/drm/nouveau/nouveau_gpio.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_gpio.c b/drivers/gpu/drm/nouveau/nouveau_gpio.c index f75ad66..a0911af 100644 --- a/drivers/gpu

Re: [Nouveau] [envytools PATCH] nv50/pgraph: DATA_ERROR 0x24

2012-05-06 Thread Marcin Kościelnicki
. Marcin Kościelnicki ___ Nouveau mailing list Nouveau@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/nouveau

Re: [Nouveau] [envytools PATCH] nv50/pgraph: DATA_ERROR 0x24

2012-05-06 Thread Marcin Kościelnicki
Could we get a better name + description for that? The error happens when there are no enabled inputs (VP_ATTR_EN is set, but is 0), not when it's not set at all. VP_ZERO_INPUTS or VP_NO_INPUTS perhaps? Yes, that's correct. Also, have you checked if that error happens on all submission

Re: [Nouveau] I would like to offer my help.

2011-11-12 Thread Marcin Kościelnicki
still be worth a trace on nvc0, though. Marcin Kościelnicki ___ Nouveau mailing list Nouveau@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/nouveau

Re: [Nouveau] enable ctxprog xfer only when we need it to save power introduces big performance regression

2011-10-30 Thread Marcin Kościelnicki
to be reverted first) Marcin could you extract the ctxprog blob uses on your system and post it? How can I extract it? Marcin Do a mmiotrace, look for a string of writes to 400328 preceded by a write of 0 to 400324. Marcin Kościelnicki ___ Nouveau

Re: [Nouveau] [RFC/PATCH] Switch dri driver to use rules-ng-ng headers

2010-11-01 Thread Marcin Kościelnicki
that demmio uses. mmt traces are much more trouble due to reordering writes, multiple FIFOs, etc. Marcin Kościelnicki ___ Nouveau mailing list Nouveau@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/nouveau

Re: [Nouveau] [RFC/PATCH] Switch dri driver to use rules-ng-ng headers

2010-10-31 Thread Marcin Kościelnicki
doesn't have a name, and hence doesn't have a define. I'd suggest changing the stripe's name to TEX, and nuking TEX_ prefix from the regs inside it: you'll end up with NV20_3D_TEX__LEN defined to 4, and the effective names of stuff inside it will be unchanged. Marcin Kościelnicki

Re: [Nouveau] NVAF feedback

2010-10-28 Thread Marcin Kościelnicki
-video-nouveau, it didn't know about NVAF and tried to use the NVA3 object class. Please update to latest git. Marcin Kościelnicki ___ Nouveau mailing list Nouveau@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/nouveau

[Nouveau] [PATCH] drm/nouveau: Add a module option to force card POST.

2010-09-29 Thread Marcin Kościelnicki
--- drivers/gpu/drm/nouveau/nouveau_bios.c |2 ++ drivers/gpu/drm/nouveau/nouveau_drv.c |4 drivers/gpu/drm/nouveau/nouveau_drv.h |1 + 3 files changed, 7 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_bios.c

Re: [Nouveau] [PATCH v2] drm/nouveau: Add getparam for current PTIMER time.

2010-05-24 Thread Marcin Kościelnicki
On Sun, 2010-05-23 at 11:36 +, Marcin Kościelnicki wrote: This will be useful for computing GPU-CPU latency, including GL_ARB_timer_query extension. Looks fine, just a quick question as to whether this is necessary? I seem to recall that on nv40, the QUERY methods actually return

[Nouveau] [PATCH] drm/nouveau: Add getparam for current PTIMER time.

2010-05-23 Thread Marcin Kościelnicki
This will be useful for computing GPU-CPU latency, including GL_ARB_timer_query extension. Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- drivers/gpu/drm/nouveau/nouveau_state.c |3 +++ include/drm/nouveau_drm.h |1 + 2 files changed, 4 insertions(+), 0 deletions

[Nouveau] [PATCH v2] drm/nouveau: Add getparam for current PTIMER time.

2010-05-23 Thread Marcin Kościelnicki
This will be useful for computing GPU-CPU latency, including GL_ARB_timer_query extension. Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- drivers/gpu/drm/nouveau/nouveau_state.c |3 +++ include/drm/nouveau_drm.h |1 + 2 files changed, 4 insertions(+), 0 deletions

[Nouveau] [PATCH 1/2] drm/nv04: Enable native surf3d CLIP_* methods on nv05

2010-04-13 Thread Marcin Kościelnicki
Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- drivers/gpu/drm/nouveau/nv04_graph.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv04_graph.c b/drivers/gpu/drm/nouveau/nv04_graph.c index 618355e..6a84b6e 100644 --- a/drivers/gpu/drm

[Nouveau] [PATCH 2/2] drm/nv20: Enable DATA_ERROR reporting

2010-04-13 Thread Marcin Kościelnicki
Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- drivers/gpu/drm/nouveau/nv20_graph.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv20_graph.c b/drivers/gpu/drm/nouveau/nv20_graph.c index d6fc0a8..bd83971 100644 --- a/drivers/gpu/drm

[Nouveau] [PATCH 1/2] drm/nouveau: Use 0x5f instead of 0x9f as imageblit on original NV10.

2010-04-11 Thread Marcin Kościelnicki
Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- drivers/gpu/drm/nouveau/nv04_fbcon.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv04_fbcon.c b/drivers/gpu/drm/nouveau/nv04_fbcon.c index 813b25c..7cf9287 100644 --- a/drivers/gpu/drm

[Nouveau] [PATCH 2/2] drm/nv04: Implement missing nv04 PGRAPH methods in software.

2010-04-11 Thread Marcin Kościelnicki
Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- drivers/gpu/drm/nouveau/nv04_graph.c | 571 -- 1 files changed, 538 insertions(+), 33 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv04_graph.c b/drivers/gpu/drm/nouveau/nv04_graph.c index d96c351

[Nouveau] [PATCH 2/2] drm/nv04: Implement missing nv04 PGRAPH methods in software.

2010-04-11 Thread Marcin Kościelnicki
Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- drivers/gpu/drm/nouveau/nv04_graph.c | 571 -- 1 files changed, 538 insertions(+), 33 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv04_graph.c b/drivers/gpu/drm/nouveau/nv04_graph.c index d96c351

Re: [Nouveau] SERIALIZE command

2010-04-09 Thread Marcin Kościelnicki
on nv50] ignore the data value. Whenever they're on the tip of the internal PGRAPH command FIFO, they'll stall all processing until all PGRAPH subunits are idled, effectively acting as a full barrier. Yes, SERIALIZE should be renamed to WAIT_FOR_IDLE. Best, - Shinpei Marcin Kościelnicki

Re: [Nouveau] SERIALIZE command

2010-04-09 Thread Marcin Kościelnicki
it, and I'm not fully certain if the address is 0x108 or 0x110... it's 0x110 at least on the NV40 3d object. Thanks, - Shinpei Marcin Kościelnicki ___ Nouveau mailing list Nouveau@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/nouveau

Re: [Nouveau] SERIALIZE command

2010-04-09 Thread Marcin Kościelnicki
and the like Very likely there are more types, using different engine than PGRAPH, but we don't know anything about them yet. At the very least there should be the video decoding engine. Marcin Kościelnicki ___ Nouveau mailing list Nouveau@lists.freedesktop.org

Re: [Nouveau] SERIALIZE command

2010-04-09 Thread Marcin Kościelnicki
, - Shinpei Marcin Kościelnicki ___ Nouveau mailing list Nouveau@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/nouveau

[Nouveau] [PATCH] drm/nv50: Add NVA3 support in ctxprog/ctxvals generator.

2010-04-02 Thread Marcin Kościelnicki
Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- drivers/gpu/drm/nouveau/nv50_grctx.c | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv50_grctx.c b/drivers/gpu/drm/nouveau/nv50_grctx.c index 3c3cc46..42a8fb2 100644

Re: [Nouveau] GeForce GTS 250M: no acceleration...

2010-04-01 Thread Marcin Kościelnicki
support already, but the original NVA3 owner who gave me necessary dumps disappeared without a trace. Here: http://0x04.net/~mwk/0001-drm-nv50-Add-NVA3-support-in-ctxprog-ctxvals- generat.patch Please test. If it works for you, we'll push it to master. Marcin Kościelnicki

[Nouveau] [PATCH] drm/nv50: Allow using the NVA3 new compute class.

2010-03-24 Thread Marcin Kościelnicki
Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- drivers/gpu/drm/nouveau/nv50_graph.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv50_graph.c b/drivers/gpu/drm/nouveau/nv50_graph.c index c62b33a..b203d06 100644 --- a/drivers/gpu

[Nouveau] [PATCH] drm/nv50: Fix NEWCTX_DONE flag number

2010-03-16 Thread Marcin Kościelnicki
Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- drivers/gpu/drm/nouveau/nv50_grctx.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv50_grctx.c b/drivers/gpu/drm/nouveau/nv50_grctx.c index 546b319..3c3cc46 100644 --- a/drivers/gpu

Re: [Nouveau] Interrupt setting

2010-03-13 Thread Marcin Kościelnicki
by using method SERIALIZE [0x110]. No idea yet about PFIFO-PGRAPH sync. Marcin Kościelnicki ___ Nouveau mailing list Nouveau@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/nouveau

[Nouveau] [PATCH] gallium/nouveau: fix st/xorg build

2010-03-01 Thread Marcin Kościelnicki
--- src/gallium/winsys/drm/nouveau/xorg/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/winsys/drm/nouveau/xorg/Makefile b/src/gallium/winsys/drm/nouveau/xorg/Makefile index 179b502..71f389d 100644 --- a/src/gallium/winsys/drm/nouveau/xorg/Makefile

[Nouveau] [PATCH 1/2] drm/nv50: Make ctxprog wait until interrupt handler is done.

2010-02-28 Thread Marcin Kościelnicki
This will fix races between generated ctxprogs and interrupt handler. Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- drivers/gpu/drm/nouveau/nv50_grctx.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv50_grctx.c b/drivers/gpu/drm

[Nouveau] [PATCH 2/2] drm/nv50: Improve PGRAPH interrupt handling.

2010-02-28 Thread Marcin Kościelnicki
, which doesn't sound like a proper solution, but seems to work just fine... for now. Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- drivers/gpu/drm/nouveau/Makefile|2 +- drivers/gpu/drm/nouveau/nouveau_drv.h |4 + drivers/gpu/drm/nouveau/nouveau_irq.c | 598

[Nouveau] [PATCH 2/2 V2] drm/nv50: Improve PGRAPH interrupt handling.

2010-02-28 Thread Marcin Kościelnicki
, which doesn't sound like a proper solution, but seems to work just fine... for now. Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- drivers/gpu/drm/nouveau/Makefile|2 +- drivers/gpu/drm/nouveau/nouveau_drv.h |4 + drivers/gpu/drm/nouveau/nouveau_irq.c | 609

[Nouveau] [PATCH] drm/nouveau: Fix fbcon corruption with font width not divisible by 8

2010-02-27 Thread Marcin Kościelnicki
NV50 is nice and has a switch that autoaligns stuff for us. Pre-NV50, we need to align input bitmap width manually. Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- drivers/gpu/drm/nouveau/nv04_fbcon.c |6 +++--- drivers/gpu/drm/nouveau/nv50_fbcon.c |2 +- 2 files changed, 4

Re: [Nouveau] [TEST REQUEST] NV50/NV8x/NV9x/NVAx ctxpro g and ctxvals generator

2010-02-24 Thread Marcin Kościelnicki
, to anyone reporting success/failure with the generator: please include your chipset code number [NV50, NV96, NVA5, etc.]. If you don't know what it is, just report the hex number in Detected an NV50 generation card (0x086900a2) line Sorry for that screwup Marcin Kościelnicki

[Nouveau] [PATCH 3/3] drm/nouveau: Fix noaccel/nofbaccel option descriptions.

2010-02-24 Thread Marcin Kościelnicki
Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- drivers/gpu/drm/nouveau/nouveau_drv.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.c b/drivers/gpu/drm/nouveau/nouveau_drv.c index da3b93b..874adf5 100644 --- a/drivers/gpu

[Nouveau] [TEST REQUEST] NV50/NV8x/NV9x/NVAx ctxprog and ctxvals generator

2010-02-23 Thread Marcin Kościelnicki
chipsets and applications as possible, including gallium3d. Anything that works with nvidia firmware, but not with this generator, counts as a bug [yes, even if it involves gallium]. Please report back to my mail address, or to mwk on IRC. Marcin Kościelnicki

[Nouveau] [PATCH] Remove some UMS leftovers.

2010-02-09 Thread Marcin Kościelnicki
--- src/nv_driver.c | 32 +--- 1 files changed, 1 insertions(+), 31 deletions(-) diff --git a/src/nv_driver.c b/src/nv_driver.c index 248a151..9606d97 100644 --- a/src/nv_driver.c +++ b/src/nv_driver.c @@ -315,8 +315,6 @@ NVAdjustFrame(int scrnIndex, int x, int y,

[Nouveau] [PATCH] nv50/accel: Fix mangled A8+A8 shader.

2010-02-05 Thread Marcin Kościelnicki
Turns out we used a misaligned long instruction near the end, and the shader was getting killed after writing R, A components. This has gone unnoticed since the remaining G, B outputs aren't actually used. --- src/nv50_accel.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff

[Nouveau] [PATCH] drm/nouveau: Fix fbcon on mixed pre-NV50 + NV50 multicard.

2010-01-27 Thread Marcin Kościelnicki
We used single shared fbops struct and patched it at fb init time with pointers to the right variant. On mixed multicard, this meant that it was either sending NV50-style commands to all cards, or NV04-style commands to all cards. Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- drivers

[Nouveau] [PATCH] drm/nouveau: Fix noaccel/nofbaccel option descriptions.

2010-01-27 Thread Marcin Kościelnicki
--- drivers/gpu/drm/nouveau/nouveau_drv.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.c b/drivers/gpu/drm/nouveau/nouveau_drv.c index da3b93b..874adf5 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drv.c +++

[Nouveau] [PATCH] drm/nouveau: Fix noaccel/nofbaccel option descriptions.

2010-01-27 Thread Marcin Kościelnicki
--- drivers/gpu/drm/nouveau/nouveau_drv.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.c b/drivers/gpu/drm/nouveau/nouveau_drv.c index da3b93b..874adf5 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drv.c +++

[Nouveau] [PATCH] drm/nouveau: Fix noaccel/nofbaccel option descriptions.

2010-01-27 Thread Marcin Kościelnicki
Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- drivers/gpu/drm/nouveau/nouveau_drv.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.c b/drivers/gpu/drm/nouveau/nouveau_drv.c index da3b93b..874adf5 100644 --- a/drivers/gpu

[Nouveau] [PATCH] drm/nouveau: Add getparam to get available PGRAPH units.

2010-01-26 Thread Marcin Kościelnicki
On nv50, this will be needed by applications using CUDA to know how much stack/local memory to allocate. Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- drivers/gpu/drm/nouveau/nouveau_reg.h |1 + drivers/gpu/drm/nouveau/nouveau_state.c |9 + include/drm/nouveau_drm.h

[Nouveau] [PATCH] nouveau: Update nouveau_drm.h

2010-01-26 Thread Marcin Kościelnicki
--- include/drm/nouveau_drm.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/drm/nouveau_drm.h b/include/drm/nouveau_drm.h index 1e67c44..f745948 100644 --- a/include/drm/nouveau_drm.h +++ b/include/drm/nouveau_drm.h @@ -77,6 +77,7 @@ struct

Re: [Nouveau] 2.6.33 vs. NVIDIA GForce GT 220

2010-01-23 Thread Marcin Kościelnicki
channel #nouveau if you need help with that. However, that shouldn't happen, since the GT220 chipset is already supported. Marcin Kościelnicki ___ Nouveau mailing list Nouveau@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/nouveau

Re: [Nouveau] xf86-video-nouveau compile error and fix

2010-01-13 Thread Marcin Kościelnicki
I found xf86-video-nouveau unable to compile on my system. Failing with two errors in nv_accel_common.c about NV50_2D_CLIP_ENABLE and NV50_2D_COLOR_KEY_ENABLE not being defined. Comparing the source to xf86-video-nv, i found the missing constants to be 0x290 for CLIP_ENABLE and 0x29c for

[Nouveau] [PATCH] drm/nv50: Fix typo in PGRAPH initialisation.

2010-01-12 Thread Marcin Kościelnicki
This enables streamout functionality. Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- drivers/gpu/drm/nouveau/nv50_graph.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv50_graph.c b/drivers/gpu/drm/nouveau/nv50_graph.c index 8059740

[Nouveau] [PATCH] nv04: Fix set_operation software method.

2010-01-10 Thread Marcin Kościelnicki
--- drivers/gpu/drm/nouveau/nv04_graph.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv04_graph.c b/drivers/gpu/drm/nouveau/nv04_graph.c index 98f3b40..e260986 100644 --- a/drivers/gpu/drm/nouveau/nv04_graph.c +++

[Nouveau] [TEST REQUEST] NV50/NV8x/NV9x ctxprog and ctxvals generator

2009-12-21 Thread Marcin Kościelnicki
.net/~mwk/gen.diff , please test it with all mentioned cards, and involve as much gallium as possible. Anything that works with nvidia ctxprogs, but not with the generator counts as a bug. Report back to my mail address, or to mwk on IRC. Marcin Kościelnicki

[Nouveau] [PATCH 1/2] drm/nv04: Fix NV04 set_operation software method.

2009-12-15 Thread Marcin Kościelnicki
Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- drivers/gpu/drm/nouveau/nv04_graph.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv04_graph.c b/drivers/gpu/drm/nouveau/nv04_graph.c index 396ee92..d561d77 100644 --- a/drivers/gpu/drm

[Nouveau] [PATCH 2/2] drm/nouveau: Add proper error handling to nouveau_card_init

2009-12-15 Thread Marcin Kościelnicki
Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- drivers/gpu/drm/nouveau/nouveau_state.c | 73 --- 1 files changed, 48 insertions(+), 25 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_state.c b/drivers/gpu/drm/nouveau/nouveau_state.c index

[Nouveau] [PATCH] drm/nouveau: Unregister irq handler if init fails.

2009-12-14 Thread Marcin Kościelnicki
--- drivers/gpu/drm/nouveau/nouveau_state.c | 25 - 1 files changed, 16 insertions(+), 9 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_state.c b/drivers/gpu/drm/nouveau/nouveau_state.c index 2ed41d3..285e6da 100644 ---

[Nouveau] [PATCH] drm/nouveau: Unregister irq handler if init fails

2009-12-14 Thread Marcin Kościelnicki
--- drivers/gpu/drm/nouveau/nouveau_state.c | 52 --- 1 files changed, 27 insertions(+), 25 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_state.c b/drivers/gpu/drm/nouveau/nouveau_state.c index 2ed41d3..25d207c 100644 ---