search for: hwdoc

Displaying 6 results from an estimated 6 matches for "hwdoc".

Did you mean: hwloc
2012 Nov 10
0
[PATCH] drm/nouveau/clk: fix crystal frequency retrieval on nv25
Signed-off-by: Viktor Novotn? <noviktor at seznam.cz> --- Hi, this fixes a regression I have seen since the kernel module rewrite in summer. After loading nouveau, screen would go all black and monitor would show "Out of range". According to envytools' hwdocs/pstraps.txt nv25 should use both pstraps bits(6 & 22) so I hope this fix is valid for all nv25 cards, not just mine. Best regards Viktor drivers/gpu/drm/nouveau/core/subdev/device/base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/core/subdev...
2012 Sep 03
21
[Bug 54437] New: linux-nouveau2.6 (3.6.0-rc4) : GTX580 : Xorg freezes when using accel
https://bugs.freedesktop.org/show_bug.cgi?id=54437 Bug #: 54437 Summary: linux-nouveau2.6 (3.6.0-rc4) : GTX580 : Xorg freezes when using accel Classification: Unclassified Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: critical
2013 Nov 15
37
[Bug 71659] New: [NVD9] Hangs under load with ![ PFIFO][0000:01:00.0] unhandled status 0x00800000
https://bugs.freedesktop.org/show_bug.cgi?id=71659 Priority: medium Bug ID: 71659 Assignee: nouveau at lists.freedesktop.org Summary: [NVD9] Hangs under load with ![ PFIFO][0000:01:00.0] unhandled status 0x00800000 QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified
2013 Oct 11
29
[Bug 70390] New: G84: Repeated system crashes under graphics load, E[PFIFO] DMA_PUSHER and lots of E[PGRAPH]
https://bugs.freedesktop.org/show_bug.cgi?id=70390 Priority: medium Bug ID: 70390 Assignee: nouveau at lists.freedesktop.org Summary: G84: Repeated system crashes under graphics load, E[PFIFO] DMA_PUSHER and lots of E[PGRAPH] QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified
2009 Feb 27
28
[Bug 20341] New: NV31 lockup
http://bugs.freedesktop.org/show_bug.cgi?id=20341 Summary: NV31 lockup Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: detringj at
2012 Jul 31
0
9800m GT
...154 start = ptimer->read(dev); 155 do { 156 if (nv_ro32(disp->ntfy, 0x000)) 157 return 0; 158 } while (ptimer->read(dev) - start < 2000000000ULL); 159 } Looking at hwdocs in envytools documents I found out that 0x0084 is sending FLUSH_CRTL to the card and 0x0080 is sending FLUSH. I played with values in line 145 with no luck so far. Any suggestions on what to try or where to go from here will be more than welcome ;) How can I get what values does the blob use t...