linux_dsm_epyc7002/drivers/gpu/drm/ttm
Tom St Denis 95244db2d3 drm/ttm: Fix 'buf' pointer update in ttm_bo_vm_access_kmap() (v2)
The buf pointer was not being incremented inside the loop
meaning the same block of data would be read or written
repeatedly.

(v2) Change 'buf' pointer to uint8_t* type

Cc: stable@vger.kernel.org
Fixes: 09ac4fcb3f ("drm/ttm: Implement vm_operations_struct.access v2")

Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2018-01-29 23:09:31 -05:00
..
Makefile
ttm_agp_backend.c
ttm_bo_manager.c
ttm_bo_util.c
ttm_bo_vm.c drm/ttm: Fix 'buf' pointer update in ttm_bo_vm_access_kmap() (v2) 2018-01-29 23:09:31 -05:00
ttm_bo.c
ttm_execbuf_util.c
ttm_lock.c
ttm_memory.c
ttm_module.c
ttm_object.c
ttm_page_alloc_dma.c
ttm_page_alloc.c
ttm_tt.c