[Bug 92296] Xorg crashes with reverse PRIME (intel+nouveau) and OpenGL/VA-API

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Nov 11 13:09:06 PST 2015


https://bugs.freedesktop.org/show_bug.cgi?id=92296

--- Comment #9 from Chris Wilson <chris at chris-wilson.co.uk> ---
If I am right, the gist of the issue is:

diff --git a/present/present.c b/present/present.c
index beb01dc..de37abc 100644
--- a/present/present.c
+++ b/present/present.c
@@ -724,7 +724,7 @@ present_pixmap(WindowPtr window,

     if (!screen_priv || !screen_priv->info)
         target_crtc = NULL;
-    else if (!target_crtc) {
+    else if (!target_crtc || target_crtc->pScreen != screen) {
         /* Update the CRTC if we have a pixmap or we don't have a CRTC
          */
         if (!pixmap)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20151111/88700efb/attachment.html>


More information about the intel-gfx-bugs mailing list