No subject


Mon Mar 3 15:14:04 PST 2008


writen at index 0x02 was changed from 0x32 to 0x72, and the suggestion of using
comment 15's code was that it would be a patch run *after* the script, to fix
up the contents of index 0x02 (much like link_head_and_output fixes index 0x04
currently).

I guess the step-by-step way forward here is to verify that the unrolled
version in comment 18 works, when all the code is allowed to execute (no
comments) and 0x32 is changed to 0x72. THEN, to change that 0x72 back to 0x32,
and add 

nv32_wr(pScrn, 0x006828b4, 0x72);
nv32_wr(pScrn, 0x006828b0, 0x02);

on the end of the unrolled script as a fix-up, and check that works.

Assuming that's ok, calling parse_init_table, then calling that same fix-up
code ought be have exactly the same result, and these two writes can be added
as a ppc specific quirk.

Hopefully this all makes sense to you ppc people, but if I'm being incoherent
please say and I'll code up a set of numbered patches of what I want testing :)


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