Displaying 4 results from an estimated 4 matches for "detringj".
2009 Feb 27
28
[Bug 20341] New: NV31 lockup
...p
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 gmail.com
QAContact: xorg-team at lists.x.org
Created an attachment (id=23346)
--> (http://bugs.freedesktop.org/attachment.cgi?id=23346)
Xorg.0.log
I'm seeing a lockup when images are changed on screen. The display will freeze
and all mouse clicks and keyboard input is lost,...
2009 Mar 20
1
Nouveau on sparc (Re: Mmiotrace work)
On Fri, 20 Mar 2009 00:06:39 -0500
Jason Detring <detringj at gmail.com> wrote:
> Speaking of contributing, would you like a tester for Nouveau on
> SPARC64? I have access to an Ultra 45 and a pair of PCI boards (TnT2,
> GeForce 6200, both with x86 VBIOSes unfortunately). I don't own any
> PCI-E boards yet, but that can change if ther...
2013 Oct 27
3
[PATCH] drm/nouveau/agp: add a quirk list to limit agp modes
Certain combinations of hardware can't actually support the maximum
detected speed. Add a quirk list that lists pairs of hostbridge/chip pci
ids and the mode that they should work with.
See https://bugs.freedesktop.org/show_bug.cgi?id=20341
Reported-by: Jason Detring <detringj at gmail.com>
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
I didn't go as far as subdevice matching... IMO that's overkill for now.
drivers/gpu/drm/nouveau/nouveau_agp.c | 44 +++++++++++++++++++++++++++++++----
1 file changed, 39 insertions(+), 5 deletions(-)
diff...
2013 Oct 28
0
[PATCH] drm/nouveau/agp: add a quirk list to limit agp modes
...this too.
Given the amount of breakage that seems to exist with VIA AGP chipsets,
I would think that being much more aggressive and forcing AGP mode to 2X
maximum at the AGP driver level for all VIA chipsets doesn't seem like
it would be a bad idea.
>
> Reported-by: Jason Detring <detringj at gmail.com>
> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
> ---
>
> I didn't go as far as subdevice matching... IMO that's overkill for now.
>
> drivers/gpu/drm/nouveau/nouveau_agp.c | 44 +++++++++++++++++++++++++++++++----
> 1 file changed, 39 i...