similar to: [Bug 22265] New: GeForce3 Ti 500 - Unknown DCB 1.5 entry

Displaying 20 results from an estimated 130 matches similar to: "[Bug 22265] New: GeForce3 Ti 500 - Unknown DCB 1.5 entry"

2009 Jun 14
1
Unknown DCB 1.5 entry
Hello all, Firstly, thank you for working on this driver, as nvidia support for older cards, like my geforce3, is becoming non-existent (and quite broken) today... So, I tried to install nouveau, but I'm now stuck with this error: (II) NOUVEAU(0): Found Display Configuration Block version 1.5 (!!) NOUVEAU(0): Raw DCB entry 0: f0003f00 000088b8 (!!) NOUVEAU(0): Raw DCB entry 1: f2005014
2008 Mar 05
2
[Bug 14824] New: nv20 says unknown DCB entry with randr1.2
http://bugs.freedesktop.org/show_bug.cgi?id=14824 Summary: nv20 says unknown DCB entry with randr1.2 Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2008 Sep 07
2
[Bug 17471] New: DCB error
http://bugs.freedesktop.org/show_bug.cgi?id=17471 Summary: DCB error 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: arthur.blot78 at
2009 Mar 15
1
Unknown DCB 1.4 / 1.5 entry, please report
Hallo, when i am trying to use nouveau i get the errors in the attached Xorg.log. I'm using debian unstable. Any suggestions? -------------- next part -------------- A non-text attachment was scrubbed... Name: Xorg.0.log Type: text/x-log Size: 20215 bytes Desc: not available Url : http://lists.freedesktop.org/archives/nouveau/attachments/20090315/32789a3d/attachment-0001.bin
2012 Jan 18
1
[PATCH] drm/nouveau/i2c: Fix i2c initialization on cards with DCB older than 1.5
Signed-off-by: Viktor Novotny <noviktor at seznam.cz> --- Hi, I think I found a bug - my NV11 fails to init i2c ports and is then unable to read EDID. It's because while i2c_table in nouveau_i2c.c:324 returns null for this card, i2c is initialized anyway at line 341 and wrong i2c table format is then selected at line 350. This patch fixes the problem on NV11 and was tested also on NV25.
2013 Sep 24
0
offer to help, DCB
Hey, Op 24-09-13 06:44, Andy Ritger schreef: > Hi Nouveau developers, > > NVIDIA is releasing public documentation on certain aspects of our GPUs, > with the intent to address areas that impact the out-of-the-box usability > of NVIDIA GPUs with Nouveau. We intend to provide more documentation > over time, and guidance in additional areas as we are able. > > As a first
2013 Sep 24
0
offer to help, DCB
>> > >> > NVIDIA is releasing public documentation on certain aspects of our GPUs, >> > with the intent to address areas that impact the out-of-the-box usability >> > of NVIDIA GPUs with Nouveau. We intend to provide more documentation >> > over time, and guidance in additional areas as we are able. >> > >> > As a first step towards
2013 Sep 25
0
offer to help, DCB
> Does Nouveau reimplement Falcon microcode due to particular deficiencies > in NVIDIA's microcode, or because you couldn't get permission in the past > to redistribute the firmware extracted from NVIDIA's proprietary driver? > If the latter, I think we can get to the point of solving that with more > amenable licensing. If the former, I'd like to report the
2013 Nov 25
0
[Bug 71824] [NVE6] NULL deref on boot when there is nothing in DCB on 3.13-rc
https://bugs.freedesktop.org/show_bug.cgi?id=71824 Ilia Mirkin <imirkin at alum.mit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[HSW mobile |[NVE6] NULL deref on boot |Regression]System booting |when there is nothing in
2013 Nov 30
0
[Bug 71824] [NVE6] NULL deref on boot when there is nothing in DCB on 3.13-rc
https://bugs.freedesktop.org/show_bug.cgi?id=71824 --- Comment #7 from Ilia Mirkin <imirkin at alum.mit.edu> --- You can apply the equivalent of this patch to your tree (the paths are wrong, but it should be obvious how to fix them up): http://cgit.freedesktop.org/~darktama/nouveau/commit/?id=2c2e48684dbe49f27e51ec0b2a4aa50df0f0f295 -- You are receiving this mail because: You are the
2013 Nov 30
0
[Bug 71824] [NVE6] NULL deref on boot when there is nothing in DCB on 3.13-rc
https://bugs.freedesktop.org/show_bug.cgi?id=71824 --- Comment #8 from Ben Skeggs <skeggsb at gmail.com> --- (In reply to comment #7) > You can apply the equivalent of this patch to your tree (the paths are > wrong, but it should be obvious how to fix them up): > http://cgit.freedesktop.org/~darktama/nouveau/commit/ > ?id=2c2e48684dbe49f27e51ec0b2a4aa50df0f0f295 Or, you clone
2013 Dec 13
0
[Bug 71824] [NVE6] NULL deref on boot when there is nothing in DCB on 3.13-rc
https://bugs.freedesktop.org/show_bug.cgi?id=71824 Emil Velikov <emil.l.velikov at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #9 from Emil Velikov
2013 Dec 17
0
[Bug 71824] [NVE6] NULL deref on boot when there is nothing in DCB on 3.13-rc
https://bugs.freedesktop.org/show_bug.cgi?id=71824 Guo Jinxian <jinxianx.guo at intel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED --- Comment #10 from Guo Jinxian <jinxianx.guo at intel.com> --- Checked on -testing
2014 Dec 09
0
DCB 4.1 spec update
On Wed, Dec 10, 2014 at 4:26 AM, Andy Ritger <aritger at nvidia.com> wrote: > Hi, Hey Andy, > > The VBIOS on GM20x GPUs uses a slightly updated version of the DCB. > I've posted an updated DCB spec here: > > ftp://download.nvidia.com/open-gpu-doc/DCB/2/DCB-4.x-Specification.html > > You can diff it against the previous version: > >
2015 Feb 22
0
[PATCH] Fix i2c table parsing for dcb 4.1
Code before looked only at bit 31 to decide if a port is unused. However dcb 4.1 spec says 0x1F in bits 31-27 and 26-22 means unused. This fixed hdmi monitor detection on GM206. --- drm/nouveau/nvkm/subdev/bios/i2c.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drm/nouveau/nvkm/subdev/bios/i2c.c b/drm/nouveau/nvkm/subdev/bios/i2c.c index d1a89b2..c4e1f08 100644 ---
2017 Jul 26
0
[PATCH] disp: Silence DCB warnings.
Most of these errors seem to be WFD related. Official documentation says dcb type 8 is reserved. It's probably used for WFD. Silence the warning in either case. Connector type 70 is stated to be a virtual connector for WiFi display. Since we know this, don't warn that we don't. Signed-off by: Rosen Penev <rosenp at gmail.com> --- drm/nouveau/include/nvkm/subdev/bios/conn.h | 1
2015 Feb 27
0
C7, igb and DCB support for pause frame ?
On Thu, Feb 26, 2015 at 9:18 AM, Laurent Wandrebeck < l.wandrebeck at quelquesmots.fr> wrote: > Hi there, > > I?m working on deploying our new cluster. > Masters have 5?1gbps (i210 and i350, thus using igb.ko), configured with > mtu 9000, 802.3ad. Works fine *but* I can?t get DCB working (pause frame, > aka flow control, which is supported by and enabled on our switches).
2014 Dec 09
2
DCB 4.1 spec update
Hi, The VBIOS on GM20x GPUs uses a slightly updated version of the DCB. I've posted an updated DCB spec here: ftp://download.nvidia.com/open-gpu-doc/DCB/2/DCB-4.x-Specification.html You can diff it against the previous version: ftp://download.nvidia.com/open-gpu-doc/DCB/1/DCB-4.0-Specification.html to see what changed (sorry for having to diff html files). The biggest differences are
2012 Feb 25
2
[Bug 46601] New: [drm] nouveau 0000:02:00.0: DCB I2C entry invalid
https://bugs.freedesktop.org/show_bug.cgi?id=46601 Bug #: 46601 Summary: [drm] nouveau 0000:02:00.0: DCB I2C entry invalid Classification: Unclassified Product: xorg Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component:
2009 Oct 05
4
[PATCH 1/3] drm/nouveau: Ignore DCB I2C indices for on-chip TV-out.
The nv31m in bug 23212 claims its TV-out and LVDS are in the same connector. Ignore it completely as it's otherwise useless. Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- drivers/gpu/drm/nouveau/nouveau_bios.c | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_bios.c