Re: [PATCH 25/59] drm/ttm: make some inline helper functions for cleanup paths. (v2)

2020-08-04 Thread Ben Skeggs
On Tue, 4 Aug 2020 at 21:18, Christian König wrote: > > Am 04.08.20 um 04:55 schrieb Dave Airlie: > > From: Dave Airlie > > > > The disable path is just temporary for now, it will be dropped once has_type > > is gone in a later patch. > > > > v2: add docs. > > rename to ttm_mem_type_manager

Re: [PATCH 25/59] drm/ttm: make some inline helper functions for cleanup paths. (v2)

2020-08-04 Thread Christian König
Am 04.08.20 um 04:55 schrieb Dave Airlie: From: Dave Airlie The disable path is just temporary for now, it will be dropped once has_type is gone in a later patch. v2: add docs. rename to ttm_mem_type_manager namespace Signed-off-by: Dave Airlie Reviewed-by: Christian König ---

[PATCH 25/59] drm/ttm: make some inline helper functions for cleanup paths. (v2)

2020-08-03 Thread Dave Airlie
From: Dave Airlie The disable path is just temporary for now, it will be dropped once has_type is gone in a later patch. v2: add docs. rename to ttm_mem_type_manager namespace Signed-off-by: Dave Airlie --- drivers/gpu/drm/ttm/ttm_bo.c| 6 ++ include/drm/ttm/ttm_bo_driver.h | 26