I've run a bisect on Linus' master branch, and narrowed the issue down
to this one line change, which isn't much to go on:

commit 7707b701ebfea64afa6bfb23aa318fd687892754
Author: Marcin Slusarz <[email protected]>
Commit: Ben Skeggs <[email protected]>

    drm/nv40/mpeg: fix context handling
    
    It slipped in thanks to typeless API.
    
    Signed-off-by: Marcin Slusarz <[email protected]>
    Signed-off-by: Ben Skeggs <[email protected]>

diff --git a/drivers/gpu/drm/nouveau/core/engine/mpeg/nv40.c b/drivers/gpu/drm/n
index 1241857..f7c581a 100644
--- a/drivers/gpu/drm/nouveau/core/engine/mpeg/nv40.c
+++ b/drivers/gpu/drm/nouveau/core/engine/mpeg/nv40.c
@@ -38,7 +38,7 @@ struct nv40_mpeg_priv {
 };
 
 struct nv40_mpeg_chan {
-       struct nouveau_mpeg base;
+       struct nouveau_mpeg_chan base;
 };

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1097178

Title:
  nouveau failed to idle channel 0xcccc0000

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-quantal/+bug/1097178/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to