[Bug 79993] Damage tracking problems
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Aug 18 10:30:46 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=79993
--- Comment #10 from Mihail Kasadjikov <hamer.mk at gmail.com> ---
Created attachment 104837
--> https://bugs.freedesktop.org/attachment.cgi?id=104837&action=edit
Restoration one change from fb51ec4
Hello.
This issue seems like my problem with screen refreshing when I scroll page in
browser or type text in terminal.
The problem appears after this:
commit fb51ec44f4b6069ab854233d5d0da34eb79f754c
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Mon Jun 23 09:07:13 2014 +0100
sna: Rename IGNORE_CPU to IGNORE_DAMAGE to better reflect its purpose
Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
This line in src/sna/sna_accel.c was changed but not just renamed:
from: (flags & REPLACES || !priv->gpu_damage.....
to: (flags & (REPLACES | IGNORE_DAMAGE) || !priv->gpu_damage.....
When I restored only this line the problem was solved.
My patch in attachment.
--
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/20140818/c0a4e3cf/attachment.html>
More information about the intel-gfx-bugs
mailing list