Displaying 2 results from an estimated 2 matches for "74866".
Did you mean:
7466
2014 Feb 12
4
[Bug 74866] New: This info is from a git bisect I did 20140211
https://bugs.freedesktop.org/show_bug.cgi?id=74866
Priority: medium
Bug ID: 74866
Assignee: nouveau at lists.freedesktop.org
Summary: This info is from a git bisect I did 20140211
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: A...
2014 Feb 12
1
[PATCH] drm/nouveau/fb: use correct ram oclass for nv1a hardware
...;
Date: Mon Oct 21 08:50:25 2013 +1000
drm/nouveau/fb: remove ram oclass argument from base fb constructor
Introduced a unfortunate regression by using nv10 ram oclass for nv1a
hardware, causing corruption and eventually system lockup.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=74866
Reported-by: John F. Godfrey <jfgodfrey at gmail.com>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
Cc: stable at vger.kernel.org # 3.13+
---
drivers/gpu/drm/nouveau/core/subdev/fb/nv1a.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/no...