ati-vga: Fix hardware cursor image offset
commit747d7ad231a0955991e179deb482ce94376f1e17
authorBALATON Zoltan <balaton@eik.bme.hu>
Sun, 11 Aug 2019 21:14:53 +0000 (11 23:14 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 21 Aug 2019 08:56:27 +0000 (21 10:56 +0200)
treed318977298df2fbe96208c4f4727b9d8be97305c
parent50bc6af55eae65768dbc8086e793688ee0bab239
ati-vga: Fix hardware cursor image offset

The crtc_offset is not needed, cur_offset is relative to the start of
vram not the start of displayed area. This fixes broken pointer image
with MacOS that uses non-0 crtc_offset.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Message-id: e6acb1fa3ca980dc948045443e5986e2aa79bf7c.1565558093.git.balaton@eik.bme.hu
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/display/ati.c