Re: [PATCH 4/6] drm/ttm: de-inline ttm_bo_pin/unpin

2022-03-23 Thread Daniel Vetter
On Mon, Mar 21, 2022 at 02:25:59PM +0100, Christian König wrote: > Those functions are going to become more complex, don't inline them any > more. > > Signed-off-by: Christian König > --- > drivers/gpu/drm/ttm/ttm_bo.c | 31 +++ > include/drm/ttm/ttm_bo_api.h | 30 ++-

[PATCH 4/6] drm/ttm: de-inline ttm_bo_pin/unpin

2022-03-21 Thread Christian König
Those functions are going to become more complex, don't inline them any more. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_bo.c | 31 +++ include/drm/ttm/ttm_bo_api.h | 30 ++ 2 files changed, 33 insertions(+), 28 deletions(-)

[PATCH 4/6] drm/ttm: de-inline ttm_bo_pin/unpin

2022-02-15 Thread Christian König
Those functions are going to become more complex, don't inline them any more. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_bo.c | 31 +++ include/drm/ttm/ttm_bo_api.h | 30 ++ 2 files changed, 33 insertions(+), 28 deletions(-)