From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org Subject: [Bug 47182] GeFroce 6150SE nForce 430: misaligned reg 0x0060081D Date: Sat, 14 Jul 2012 18:12:16 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: nouveau-bounces+gcfxn-nouveau=m.gmane.org-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org Errors-To: nouveau-bounces+gcfxn-nouveau=m.gmane.org-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org List-Id: nouveau.vger.kernel.org https://bugs.freedesktop.org/show_bug.cgi?id=47182 --- Comment #4 from Emil Velikov 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.