[Nouveau] [Bug 31676] garbled text after loading nouveau module on EFI boot; X driver thinks there are no connected outputs

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Nov 25 03:51:19 PST 2010


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

--- Comment #6 from Brian Tarricone <bjt23 at cornell.edu> 2010-11-25 03:51:19 PST ---
Hmm so based on the raw DCB:

[drm] nouveau 0000:02:00.0: Raw DCB entry 0: 040001b6 0f220010
[drm] nouveau 0000:02:00.0: Raw DCB entry 1: 020112a6 0f220010
[drm] nouveau 0000:02:00.0: Raw DCB entry 2: 02011262 00020010
[drm] nouveau 0000:02:00.0: Raw DCB entry 3: 0000000e 0000000

It looks like the card is reporting 2 DP type outputs, and 1 TMDS output.  From
the parsing of the connector table:

[drm] nouveau 0000:02:00.0:   0: 0x00002047: type 0x47 idx 0 tag 0x08
[drm] nouveau 0000:02:00.0:   1: 0x00101146: type 0x46 idx 1 tag 0x07

It looks like the TMDS output is out of there... perhaps Apple just isn't using
it.  The two left are an eDP connector and DP connector.  It seems Apple is now
using eDP for internal display connections?  Interesting.

Then later:

[drm] nouveau 0000:02:00.0: expected bit 16 == 0, got 0x01114000
No connectors reported connected with modes

Uh oh.  This appears to be from nouveau_dp_auxch(). Unfortunately I'm not sure
I can puzzle out what all this is doing.  Presumably it's trying to query stuff
on the eDP port/connector, but that's failing...?

-- 
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