Re: [PATCH 1/5] drm/ttm: use an operation ctx for ttm_mem_global_alloc_page

2017-12-21 Thread Christian König
Am 21.12.2017 um 10:42 schrieb Roger He: forward the operation context to ttm_mem_global_alloc_page as well, and the ultimate goal is swapout enablement for per vm BOs. As Thomas commented as well, better write "reserved BOs" in the commit message. The term "per vm BOs" is something complete

[PATCH 1/5] drm/ttm: use an operation ctx for ttm_mem_global_alloc_page

2017-12-21 Thread Roger He
forward the operation context to ttm_mem_global_alloc_page as well, and the ultimate goal is swapout enablement for per vm BOs. Per vm BOs refer to all BOs which share same reservation object. Change-Id: I4104a12e09a374b6477a0dd5a8fce26dce27a746 Signed-off-by: Roger He --- drivers/gpu/drm/ttm/t