commit | 973945804d95878375b487c0c5c9b2556c5e4543 | [log] [tgz] |
---|---|---|
author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | Wed Apr 05 09:02:47 2017 +0100 |
committer | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | Fri Apr 21 09:02:04 2017 +0100 |
tree | bed569ba2a36322b0b925911c96a1ac0b0a7c3c1 | |
parent | ee72bed08cc05f086ad1424e47f1b06461650381 [diff] |
tcx: use tcx_set_dirty() for accelerated ops Rather than calling memory_region_set_dirty() directly, make sure that we call tcx_set_dirty() instead. This ensures that the 24-bit plane and cplane are also invalidated correctly. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>