1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/qxl
Cong Liu 59ab4ee012 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: Cong Liu <liucong2@kylinos.cn>
Acked-by: Christian König <christian.koenig@amd.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20220324104928.2959545-1-liucong2@kylinos.cn
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2022-03-25 12:28:28 +01:00
..
Kconfig drm/qxl: Fix randbuild error 2019-10-17 14:31:50 +02:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
qxl_cmd.c drm/qxl: use ttm bo priorities 2021-02-19 09:13:25 +01:00
qxl_debugfs.c drm/qxl: use iterator instead of dma_resv_shared_list 2021-11-30 14:53:02 +01:00
qxl_dev.h drm/qxl: use flexible-array member instead of zero-length array 2020-12-22 13:43:29 +01:00
qxl_display.c drm/qxl: balance dumb_shadow_bo pin 2021-05-12 12:37:47 +02:00
qxl_draw.c drm/qxl: rename qxl_bo_kmap -> qxl_bo_vmap_locked 2021-02-19 09:13:25 +01:00
qxl_drv.c drm/qxl: Replace module-init boiler-plate code with DRM helpers 2022-01-27 19:15:29 +01:00
qxl_drv.h drm/qxl: Move ioctl array next to its only user 2022-01-27 19:15:24 +01:00
qxl_dumb.c drm: qxl: ensure surf.data is ininitialized 2021-06-09 08:52:07 +02:00
qxl_gem.c drm/qxl: use ttm bo priorities 2021-02-19 09:13:25 +01:00
qxl_image.c drm/qxl: rename qxl_bo_kmap -> qxl_bo_vmap_locked 2021-02-19 09:13:25 +01:00
qxl_ioctl.c drm/qxl: Move ioctl array next to its only user 2022-01-27 19:15:24 +01:00
qxl_irq.c drm/qxl: Convert to Linux IRQ interfaces 2021-07-15 11:16:06 +02:00
qxl_kms.c drm/qxl: fix qxl can't use in arm64 2022-03-25 12:28:28 +01:00
qxl_object.c drm/ttm: rename bo->mem and make it a pointer 2021-06-02 11:07:25 +02:00
qxl_object.h drm/qxl: Use drm_gem_ttm_dumb_map_offset() 2021-04-11 20:15:21 +02:00
qxl_prime.c drm/qxl: Remove empty qxl_gem_prime_mmap() 2021-07-08 14:06:56 +02:00
qxl_release.c drm/qxl: User page size macro for qxl release bo 2021-09-15 08:21:32 +02:00
qxl_ttm.c drm/qxl: fix qxl can't use in arm64 2022-03-25 12:28:28 +01:00