[Nouveau] [Bug 67382] [nouveau, nv50] linux 3.9.7-3.10.3: Xorg won't be available

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Aug 3 04:19:56 PDT 2013


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

--- Comment #27 from Emil Velikov <emil.l.velikov at gmail.com> ---
(In reply to comment #26)
> Yes, this is working. It seems no ghost monitor was detected and X works
> like it should :)

Great, can you track down which hunk(one or a combination) is needed ?

* set DAC_CLK_CTRL1
+    nv_wr32(priv, 0x61a010 + doff, 0x00000001);


* bump up the delay (5 x 9.5 ms)
+    udelay(9500);
+    udelay(9500);
+    udelay(9500);
+    udelay(9500);


* remove the stabilisation
+/*
     nv_wr32(priv, 0x61a00c + doff, 0x80000000);
+*/

Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130803/49ca71ed/attachment.html>


More information about the Nouveau mailing list