Re: [PATCH -next 12/18] drm/ttm: Export ttm_bo_reference_unless_doomed()

2018-09-26 Thread Christian König
Am 26.09.2018 um 18:43 schrieb Thomas Hellstrom: On 09/26/2018 06:35 PM, Christian König wrote: Am 26.09.2018 um 18:18 schrieb Thomas Hellstrom: Export ttm_bo_reference_unless_doomed() to be used when looking up buffer objects that are removed from the lookup structure in the destructor. Cc:

Re: [PATCH -next 12/18] drm/ttm: Export ttm_bo_reference_unless_doomed()

2018-09-26 Thread Thomas Hellstrom
On 09/26/2018 06:35 PM, Christian König wrote: Am 26.09.2018 um 18:18 schrieb Thomas Hellstrom: Export ttm_bo_reference_unless_doomed() to be used when looking up buffer objects that are removed from the lookup structure in the destructor. Cc: Christian König Signed-off-by: Thomas Hellstrom

Re: [PATCH -next 12/18] drm/ttm: Export ttm_bo_reference_unless_doomed()

2018-09-26 Thread Christian König
Am 26.09.2018 um 18:18 schrieb Thomas Hellstrom: Export ttm_bo_reference_unless_doomed() to be used when looking up buffer objects that are removed from the lookup structure in the destructor. Cc: Christian König Signed-off-by: Thomas Hellstrom Reviewed-by: Sinclair Yeh ---

[PATCH -next 12/18] drm/ttm: Export ttm_bo_reference_unless_doomed()

2018-09-26 Thread Thomas Hellstrom
Export ttm_bo_reference_unless_doomed() to be used when looking up buffer objects that are removed from the lookup structure in the destructor. Cc: Christian König Signed-off-by: Thomas Hellstrom Reviewed-by: Sinclair Yeh --- drivers/gpu/drm/ttm/ttm_bo_vm.c | 3 +--