Re: [PATCH 8/8] drm/ttm: Remove ttm_bo_mmap() and friends

2021-04-06 Thread Christian König
Am 06.04.21 um 11:09 schrieb Thomas Zimmermann: The function ttm_bo_mmap is unused. Remove it and it's helpers; including the verify_access callback in struct ttm_device_funcs. Signed-off-by: Thomas Zimmermann Reviewed-by: Christian König --- drivers/gpu/drm/ttm/ttm_bo_vm.c | 53

[PATCH 8/8] drm/ttm: Remove ttm_bo_mmap() and friends

2021-04-06 Thread Thomas Zimmermann
The function ttm_bo_mmap is unused. Remove it and it's helpers; including the verify_access callback in struct ttm_device_funcs. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/ttm/ttm_bo_vm.c | 53 - include/drm/ttm/ttm_bo_api.h| 13