[Bug 111976] [i915] xf86-video-intel breaks secondary display in Xorg

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Oct 12 00:29:36 UTC 2019


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

--- Comment #12 from roccobaroccoSC <v_bachvarov at mail.bg> ---
I found a difference.
sna_accel.c, line 17686

In git the line "src = dirty->src;" was substituted for 

+#ifdef HAS_DIRTYTRACKING_DRAWABLE_SRC
+               assert(dirty->src->type == DRAWABLE_PIXMAP);
+#endif
+
+               src = (PixmapPtr)dirty->src;


however, in the applied patch file the block is:


+#ifdef HAS_DIRTYTRACKING_DRAWABLE_SRC
+               src = get_drawable_pixmap(dirty->src);
+#else
                src = dirty->src;
+#endif


This seems to be the only difference that makes xorg crash.

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


More information about the intel-gfx-bugs mailing list