[Nouveau] [Bug 14393] Card detected as NV20 (endian issue?) With nv driver run first, fifo lockup on nv11ppc machine

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jul 10 21:28:09 PDT 2008


http://bugs.freedesktop.org/show_bug.cgi?id=14393





--- Comment #6 from Danny <obiwan at mailmij.org>  2008-07-10 21:28:09 PST ---
Created an attachment (id=17630)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=17630)
correctly set endian access in nouveau_state.c

The first issue (card being in the wrong mode) is probably a bug in the drm. 
Both nv and nvidiafb set up BE access by writing 0x01000001 to NV03_PMC_BOOT_1
(instead of 0x00000001 as done by drm). This also explains why it worked after
running nv (nv set up the card correctly).

Patch is attached. The second problem is probably something else. It may have
been fixed in the meantime, so pls test.

Actually, the drm used to write 0x01000001 but this was changed by marcheu in
commit 30353c8efcc026ee8940f3eadab084c42a3acd4e. I do not know the reason of
this change.

d.


-- 
Configure bugmail: http://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