linux_dsm_epyc7002/drivers/gpu/drm/ttm
Thomas Hellstrom 3943875e7b drm/ttm: Fix vma page_prot bit manipulation
Fix a long-standing TTM issue where we manipulated the vma page_prot
bits while mmap_sem was taken in read mode only. We now make a local
copy of the vma structure which we pass when we set the ptes.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jerome Glisse <jglisse@redhat.com>
2013-11-12 23:55:31 -08:00
..
Makefile drm/ttm: provide dma aware ttm page pool code V9 2011-12-06 10:39:33 +00:00
ttm_agp_backend.c UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ 2012-10-02 18:01:07 +01:00
ttm_bo_manager.c drm/ttm: replace drm_mm_pre_get() by direct alloc 2013-08-07 10:15:29 +10:00
ttm_bo_util.c drm/ttm: Fix ttm_bo_move_memcpy 2013-11-06 04:36:12 -08:00
ttm_bo_vm.c drm/ttm: Fix vma page_prot bit manipulation 2013-11-12 23:55:31 -08:00
ttm_bo.c drm/ttm: Fix memory type compatibility check 2013-11-06 04:36:22 -08:00
ttm_execbuf_util.c drm/ttm: inline ttm_bo_reserve and related calls 2013-06-28 12:04:09 +10:00
ttm_lock.c UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ 2012-10-02 18:01:07 +01:00
ttm_memory.c drm/ttm: remove ttm_mem_global->queue 2012-11-20 16:06:22 +10:00
ttm_module.c UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ 2012-10-02 18:01:07 +01:00
ttm_object.c drm, ttm Fix uninitialized warning 2013-09-19 11:51:51 +10:00
ttm_page_alloc_dma.c drivers: convert shrinkers to new count/scan API 2013-09-10 18:56:32 -04:00
ttm_page_alloc.c drivers: convert shrinkers to new count/scan API 2013-09-10 18:56:32 -04:00
ttm_tt.c drm/ttm: fix the tt_populated check in ttm_tt_destroy() 2013-09-19 11:48:30 +10:00