[Nouveau] [Bug 47182] GeFroce 6150SE nForce 430: misaligned reg 0x0060081D

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jul 14 11:12:16 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=47182

--- Comment #4 from Emil Velikov <emil.l.velikov at gmail.com> 2012-07-14 11:12:16 PDT ---
(In reply to comment #3)
> (In reply to comment #2)
> > Have you experienced any issues with nouveau ?
> 
> Yes, I have several issues with the GeForce 6150SE, e.g. Bug 48434 (, problems
> with flash player, pixmap/image/background corruption, ...).
> 
> What's the function of reg 0x0060081D ?

Registers should be aligned to 0x4, otherwise bad things may happen depending
on the motherboard chipset

The register mentioned is "off by one" to NV_PCRTC_GPIO_EXT (0x0060081c).
Whenever nouveau detects a misaligned register, we strip and align it before
accessing it

The bug mentioned is very unlikely to be related to the misaligned registers in
the vbios, as the register in question does handle the crtc gpio (display
controller)

Feel free to take a look at nouveau_bios.c: valid_reg() and bios_rd32()
There are some hints that may help us out and get rid of those annoying
messages


Appreciated

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Nouveau mailing list