search for: nv05

Displaying 20 results from an estimated 89 matches for "nv05".

Did you mean: nv04
2011 Oct 10
2
[Bug 41644] New: Mouse pointer flickering/disappearing on NV05
https://bugs.freedesktop.org/show_bug.cgi?id=41644 Summary: Mouse pointer flickering/disappearing on NV05 Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: a...
2010 Apr 11
1
[PATCH 2/2] drm/nv04: Implement missing nv04 PGRAPH methods in software.
...2,82 @@ nv04_graph_mthd_set_ref(struct nouveau_channel *chan, int grclass, return 0; } -static int -nv04_graph_mthd_set_operation(struct nouveau_channel *chan, int grclass, - int mthd, uint32_t data) +/* + * Software methods, why they are needed, and how they all work: + * + * NV04 and NV05 keep most of the state in PGRAPH context itself, but some + * 2d engine settings are kept inside the grobjs themselves. The grobjs are + * 3 words long on both. grobj format on NV04 is: + * + * word 0: + * - bits 0-7: class + * - bit 12: color key active + * - bit 13: clip rect active + * - bit...
2010 Apr 11
1
[PATCH 1/2] drm/nouveau: Use 0x5f instead of 0x9f as imageblit on original NV10.
Signed-off-by: Marcin Ko?cielnicki <koriakin at 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/nv04_fbcon.c +++ b/drivers/gpu/drm/nouveau/nv04_fbcon.c @@ -236,7 +236,7 @@
2014 May 01
1
Meaning of MMIO register 100080 on NV28
...is the full bug, with screenshots, descriptions, etc: https://bugs.freedesktop.org/show_bug.cgi?id=54700 A user has isolated bit 24 of 100080 needing to be set, at which point all the problems disappear. We don't know very much about this register -- we write to it at device init time on NV04/NV05 (Riva TNT/TNT2), toggling bit 4 on and off ("REFRESH_OFF"), but not on any chips after that. My main question is this -- when should we be setting bit 24 of 100080, and on what chips? If it's easy, a brief description of what it means would be great too. And any other advice you may...
2009 Sep 15
1
[PATCH] vgacon: Prevent vgacon_deinit from touching the hardware for inactive consoles.
...'t always play well with vgacon because vgacon_deinit() is only doing its job when the last console it owns is closed (in most cases, that is *after* fbcon_init() has set the new mode). Depending on the hardware this can cause the wrong framebuffer location to be scanned out (e.g. reproduced on nv05 with the nouveau framebuffer driver). Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- This makes me wonder if it's actually useful to restore the scanout address on vgacon_deinit(). If it wasn't anymore, I guess the right thing to do would be to just remove the offendin...
2018 May 31
1
NVIDIA binary on CentOS 7.5 and NOUVEAU
...VIDIA dlloader X Driver 390.59 Wed May 9 21:30:06 PDT 2018 [ 140.086] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [ 140.086] (II) NOUVEAU driver [ 140.087] (II) NOUVEAU driver for NVIDIA chipset families : [ 140.087] RIVA TNT (NV04) [ 140.087] RIVA TNT2 (NV05) [ 140.087] GeForce 256 (NV10) [ 140.087] GeForce 2 (NV11, NV15) [ 140.087] GeForce 4MX (NV17, NV18) [ 140.087] GeForce 3 (NV20) [ 140.087] GeForce 4Ti (NV25, NV28) [ 140.088] GeForce FX (NV3x) [ 140.088] GeForce 6 (NV4x) [ 140...
2014 Jan 15
1
[PATCH v2] nouveau: add framebuffer validation callback
...lor_bpp = validate_format_bpp( + color->Renderbuffer->TexImage->TexFormat); + if (!color_bpp) + goto err; + } + + if (depth->Type == GL_TEXTURE) { + zeta_bpp = validate_format_bpp( + depth->Renderbuffer->TexImage->TexFormat); + if (!zeta_bpp) + goto err; + /* NV04/NV05 requires same bpp-ness for color/zeta */ + if (context_chipset(ctx) < 0x10 && + color_bpp && color_bpp != zeta_bpp) + goto err; + } + + return; +err: + fb->_Status = GL_FRAMEBUFFER_UNSUPPORTED_EXT; + return; +} + void nouveau_fbo_functions_init(struct dd_function_tab...
2015 Sep 13
3
AGP cards in PCI mode (fake slots like AGPro, AGP Express, AGI, AGX, XGP)
...ices in this case as it might break the integrated video. But how can we know that the card is connected to the AGP bus? There does not seem to be a reliable way... dmesg: [ 22.015411] nouveau [ DEVICE][0000:00:05.0] BOOT0 : 0x20154000 [ 22.015473] nouveau [ DEVICE][0000:00:05.0] Chipset: NV05 (NV05) [ 22.015527] nouveau [ DEVICE][0000:00:05.0] Family : NV04 [ 22.041131] nouveau [ VBIOS][0000:00:05.0] using image from PRAMIN [ 22.041194] nouveau [ VBIOS][0000:00:05.0] BMP version 5.6 [ 22.041382] nouveau [ VBIOS][0000:00:05.0] version 02.05.20.02.00 [ 22.041561] nouv...
2010 Jan 08
6
[Bug 25947] New: nv11 crashed X with some gtk apps.
...Signon message: ASUS V7100PRO VGA BIOS Version 3.11.01.24.AS09 On software side i have nouveau/linux-2.6 kernel up to commit 50ebb93924038778b47872fc59b69ef0ccfa3cfc Author: Ben Skeggs <bskeggs at redhat.com> Date: Thu Jan 7 13:47:57 2010 +1000 drm/nv04: differentiate between nv04/nv05 with one custom change (8bpp console by default, not 32, saves memory) drm: commit 5963c023b84daaacb91ae0aa4cf841acff63fd1f Author: Francisco Jerez <currojerez at riseup.net> Date: Fri Jan 8 04:34:39 2010 +0100 nouveau: Update nouveau_class.h. ddx: commit 061cb284b93612848296599759...
2009 Aug 30
26
[Bug 23593] New: nouveau hangs after a few minutes
http://bugs.freedesktop.org/show_bug.cgi?id=23593 Summary: nouveau hangs after a few minutes Product: xorg Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2020 Oct 09
2
nouveau broken on Riva TNT2 in 5.9.0-rc8: GPU not supported on big-endian
...ine with Debian 5.7 kernel (5.7.10-1~bpo10+1): [ 0.000000] Linux version 5.7.0-0.bpo.2-686 (debian-kernel at lists.debian.org) (gcc version 8.3.0 (Debian 8.3.0-6), GNU ld (GNU Binutils for Debian) 2.31.1) #1 SMP Debian 5.7.10-1~bpo10+1 (2020-07-30) ... [ 23.266196] nouveau 0000:01:00.0: NVIDIA NV05 (20154000) [ 23.288582] nouveau 0000:01:00.0: bios: version 02.05.20.02.00 [ 23.288869] nouveau 0000:01:00.0: bios: DCB table not found [ 23.289595] nouveau 0000:01:00.0: bios: DCB table not found [ 23.289956] nouveau 0000:01:00.0: bios: DCB table not found [ 23.290015] nouveau 0000:01:00...
2014 Feb 12
2
[PATCH v2] drm/nouveau: support for platform devices
.../gpu/drm/nouveau/core/subdev/bar/nv50.c | 4 +- > drivers/gpu/drm/nouveau/core/subdev/bar/nvc0.c | 15 ++-- > .../gpu/drm/nouveau/core/subdev/devinit/fbmem.h | 8 ++- > drivers/gpu/drm/nouveau/core/subdev/devinit/nv04.c | 2 +- > drivers/gpu/drm/nouveau/core/subdev/devinit/nv05.c | 2 +- > drivers/gpu/drm/nouveau/core/subdev/devinit/nv10.c | 2 +- > drivers/gpu/drm/nouveau/core/subdev/devinit/nv20.c | 2 +- > drivers/gpu/drm/nouveau/core/subdev/fb/nv50.c | 9 +-- > drivers/gpu/drm/nouveau/core/subdev/fb/nvc0.c | 9 +-- > drivers/gpu/drm/nouve...
2017 May 20
4
[RFC PATCH 0/3] drm/nouveau/dispnv04 overlay and primary fb format fixes
...ay buffer sizes with modetest before. That said, this code has only received literal testing on a NV34/G5 PPC combo. I was poking at various registers on a NV34/x86 to make modetest display the correct data though. That's where e.g. the pitch mask comes from. I haven't at all tested on my NV05 or NV1x hardware. Should probably do that before we push this out. But since I've already been sitting on these patches for a few weeks, thought I'd get them out there. Ilia Mirkin (3): drm/nouveau/overlay: improve error detection, fix pitch setting drm/nouveau/overlay: add NV21 suppor...
2009 Nov 12
1
[Bug 25057] New: Incomplete list of supported products
...u at lists.freedesktop.org ReportedBy: luizluca at gmail.com QAContact: xorg-team at lists.x.org Hello, In my xorg, I got: (II) NOUVEAU driver Date: Thu Nov 5 13:29:09 2009 +0100 (II) NOUVEAU driver for NVIDIA chipset families : RIVA TNT (NV04) RIVA TNT2 (NV05) GeForce 256 (NV10) GeForce 2 (NV11, NV15) GeForce 4MX (NV17, NV18) GeForce 3 (NV20) GeForce 4Ti (NV25, NV28) GeForce FX (NV3x) GeForce 6 (NV4x) GeForce 7 (G7x) GeForce 8 (G8x) However, Nouveau supports G9X, didn...
2015 Jan 27
0
[Bug 28095] X crash with PFIFO_CACHE_ERROR. (Nouveau on Riva TNT).
...'t say if the PFIFO_CACHE_ERROR is still present, because I can't get > past this error to run any XWindows apps. X is running, it has not crashed, > but the display is corrupted and unusable. Those protection errors are expected... there's some minor difference between NV04 and NV05, and so those happen.... iirc with the NOP handle or class or something. I looked into it at one point and decided I didn't care enough (see https://bugs.freedesktop.org/show_bug.cgi?id=68854). Does it cause any actual issues though? -- You are receiving this mail because: You are the assigne...
2015 Feb 14
0
[Bug 28095] X crash with PFIFO_CACHE_ERROR. (Nouveau on Riva TNT).
.../show_bug.cgi?id=28095 --- Comment #14 from Ilia Mirkin <imirkin at alum.mit.edu> --- So by the sounds of it, we broke the display stuff at some point between pre-history (i.e. before nouveau was in mainline) and... now. I'm fairly sure that it's a fairly self-contained problem -- my NV05 TNT2 M64 works fine (or at least did recently, I think I last tested after 3.10 or so). Another user's NV04 also worked OK on linux-3.9 (from bug 68854), although it was the Creative Labs one. However he also had the resolution issue (maxing out at 1024x768). You have one of the (infamous?) BM...
2014 Feb 12
0
[PATCH v2] drm/nouveau: support for platform devices
...| 4 +- drivers/gpu/drm/nouveau/core/subdev/bar/nv50.c | 4 +- drivers/gpu/drm/nouveau/core/subdev/bar/nvc0.c | 15 ++-- .../gpu/drm/nouveau/core/subdev/devinit/fbmem.h | 8 ++- drivers/gpu/drm/nouveau/core/subdev/devinit/nv04.c | 2 +- drivers/gpu/drm/nouveau/core/subdev/devinit/nv05.c | 2 +- drivers/gpu/drm/nouveau/core/subdev/devinit/nv10.c | 2 +- drivers/gpu/drm/nouveau/core/subdev/devinit/nv20.c | 2 +- drivers/gpu/drm/nouveau/core/subdev/fb/nv50.c | 9 +-- drivers/gpu/drm/nouveau/core/subdev/fb/nvc0.c | 9 +-- drivers/gpu/drm/nouveau/core/subdev/i2c/base.c...
2014 Apr 10
0
System fails to boot w/o boot option "nomodeset"
...ue that there's no working driver for this graphic card on > Linux? NV15 should be supported by nouveau. Of course, it's an older card that's harder to come by nowadays, so it's quite believable that support for it would have regressed somehow. I do know that the PCI versions of NV05 and NV18 work fine. > > Regards, > Thomas > > > On Thu, Apr 10, 2014 at 4:08 AM, Thomas Schneider <c.monty at web.de> wrote: >> Hi, >> >> I assume I could use "nouveau.noaccel=1" in the command line of grub menu? > Yes, that's the idea. &g...
2014 Apr 10
1
System fails to boot w/o boot option "nomodeset"
An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140410/ba2d6e62/attachment.html>
2011 Oct 17
2
[Bug 41892] New: The mouse turns into an 128x128 square and GPU locks up on NV34
...eys still work to reboot; restarting X through Alt-SysRq-K does not work. Happens on 2.6.38 and 3.0.4 kernels - I am now running 3.1-rc9 to see if it solves the problem. It has not yet occurred with that kernel but I am only running it for a couple of hours now. The problem does not happen with my NV05 (Micro-Star MS-8806). When it occurs again, I'll try to ssh into the computer to get a dmesg & xorg log. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.