linux/drivers/gpu/drm/ttm
Oak Zeng b849bec29a drm/ttm: ioremap buffer according to TTM mem caching setting
If tbo.mem.bus.caching is cached, buffer is intended to be mapped
as cached from CPU. Map it with ioremap_cache.

This wasn't necessary before as device memory was never mapped
as cached from CPU side. It becomes necessary for aldebaran as
device memory is mapped cached from CPU.

Signed-off-by: Oak Zeng <Oak.Zeng@amd.com>
Reviewed-by: Christian Konig <Christian.Koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1614638628-10508-1-git-send-email-Oak.Zeng@amd.com
Signed-off-by: Christian König <christian.koenig@amd.com>
2021-04-08 12:21:22 +02:00
..
Makefile drm/ttm: move memory accounting into vmwgfx v4 2021-02-09 17:27:33 +01:00
ttm_agp_backend.c drm/ttm: device naming cleanup 2021-01-21 14:51:45 +01:00
ttm_bo_util.c drm/ttm: ioremap buffer according to TTM mem caching setting 2021-04-08 12:21:22 +02:00
ttm_bo_vm.c drm/ttm: device naming cleanup 2021-01-21 14:51:45 +01:00
ttm_bo.c drm/ttm: Ignore signaled move fences 2021-04-08 12:21:16 +02:00
ttm_device.c drm/ttm: switch back to static allocation limits for now 2021-03-29 11:05:36 +02:00
ttm_execbuf_util.c drm/ttm: switch to per device LRU lock 2021-03-24 17:05:25 +01:00
ttm_module.c drm/ttm: drop sysfs directory 2021-02-09 17:28:01 +01:00
ttm_module.h drm/ttm: drop sysfs directory 2021-02-09 17:28:01 +01:00
ttm_pool.c drm-misc-next for 5.13: 2021-03-16 17:08:46 +10:00
ttm_range_manager.c drm/ttm: device naming cleanup 2021-01-21 14:51:45 +01:00
ttm_resource.c drm/ttm: switch to per device LRU lock 2021-03-24 17:05:25 +01:00
ttm_tt.c drm/ttm: switch back to static allocation limits for now 2021-03-29 11:05:36 +02:00