[Bug 98322] QXL drm driver regression in 4.7

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Oct 20 13:16:14 UTC 2016


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

--- Comment #1 from Takashi Iwai <tiwai at suse.de> ---
OK, I found out the culprit.  It's the race of dirty update callback and the
dirty clip update.  The schedule_work() in drm_fb_helper_dirty() must be inside
the spinlock.  Otherwise the concurrent calls may conflict, one clears the clip
while the another is called after that with the cleared clip area.

I'll post the patch soon later.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161020/61d12209/attachment.html>


More information about the dri-devel mailing list