tcx: remove page24 and cpage from tcx24_update_display()
commit66dcabea477bed6dcaddce499f024b9bb921a598
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 5 Apr 2017 08:02:47 +0000 (5 09:02 +0100)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fri, 21 Apr 2017 08:02:04 +0000 (21 09:02 +0100)
tree6fc70a643c93c68ca1e4616129e2c184ef9ded45
parent36180430acfe4b3be80893b0d0a47588a48017f1
tcx: remove page24 and cpage from tcx24_update_display()

Since all of the tcx_*_dirty() functions now calculate the 24-bit and
cplane offsets themselves from the base address, these variables are no
longer needed.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
hw/display/tcx.c