[Nouveau] [Bug 58556] MacBook Pro 5, 1 with nVidia 9400m and 9600m, scrambled screen
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Sep 13 07:35:20 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=58556
--- Comment #18 from Pierre Moreau <pierre.morrow at free.fr> ---
It took me some times, but here is a patch correcting commit
20abd1634a6e2eedb84ca977adea56b8aa06cc3e:
---------------------------------------------------------------------------------
diff --git a/drivers/gpu/drm/nouveau/nouveau_software.h
b/drivers/gpu/drm/nouveau/nouveau_software.h
index fe30a8f..7adfcb9 100644
--- a/drivers/gpu/drm/nouveau/nouveau_software.h
+++ b/drivers/gpu/drm/nouveau/nouveau_software.h
@@ -20,10 +20,10 @@ struct nouveau_software_chan {
static inline void
nouveau_software_vblank(struct drm_device *dev, int crtc)
{
- struct nouveau_software_priv *psw = nv_engine(dev, NVOBJ_ENGINE_SW);
+ struct drm_nouveau_private *dev_priv = dev->dev_private;
struct nouveau_software_chan *pch, *tmp;
- list_for_each_entry_safe(pch, tmp, &psw->vblank, vblank.list) {
+ list_for_each_entry_safe(pch, tmp, &dev_priv->vbl_waiting, vblank.list)
{
if (pch->vblank.head != crtc)
continue;
---------------------------------------------------------------------------------
(The above empty line is needed)
However, the code was later modified, and the patch can't be applied on recent
kernel; I'll try to get a new patch for it this week-end.
--
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/20130913/d6ee2e04/attachment.html>
More information about the Nouveau
mailing list