Skip to content
Commit 59ab4ee0 authored by Cong Liu's avatar Cong Liu Committed by Gerd Hoffmann
Browse files

drm/qxl: fix qxl can't use in arm64



qxl use ioremap to map ram_header and rom, in the arm64 implementation,
the device is mapped as DEVICE_nGnRE, it can not support unaligned
access. and qxl is a virtual device, it can be treated more like RAM
than actual MMIO registers. use ioremap_wc() replace it.

Signed-off-by: default avatarCong Liu <liucong2@kylinos.cn>
Acked-by: default avatarChristian König <christian.koenig@amd.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20220324104928.2959545-1-liucong2@kylinos.cn


Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent ec3cbb30
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment