Re: [PATCH 2/5] drm/ttm: add busy and idle placement flags

2021-09-02 Thread Huang Rui
On Tue, Aug 31, 2021 at 07:21:07PM +0800, Christian König wrote: > More flexible than the busy placements. > > Signed-off-by: Christian König Patch 2 -> 5 are Acked-by: Huang Rui > --- > drivers/gpu/drm/ttm/ttm_bo.c| 8 +++- > include/drm/ttm/ttm_placement.h | 6 ++ > 2 files chan

Re: [PATCH 2/5] drm/ttm: add busy and idle placement flags

2021-09-01 Thread Christian König
Am 31.08.21 um 15:18 schrieb Daniel Vetter: On Tue, Aug 31, 2021 at 01:21:07PM +0200, Christian König wrote: More flexible than the busy placements. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_bo.c| 8 +++- include/drm/ttm/ttm_placement.h | 6 ++ 2 files changed,

Re: [PATCH 2/5] drm/ttm: add busy and idle placement flags

2021-08-31 Thread Daniel Vetter
On Tue, Aug 31, 2021 at 01:21:07PM +0200, Christian König wrote: > More flexible than the busy placements. > > Signed-off-by: Christian König > --- > drivers/gpu/drm/ttm/ttm_bo.c| 8 +++- > include/drm/ttm/ttm_placement.h | 6 ++ > 2 files changed, 13 insertions(+), 1 deletion(-) >

[PATCH 2/5] drm/ttm: add busy and idle placement flags

2021-08-31 Thread Christian König
More flexible than the busy placements. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_bo.c| 8 +++- include/drm/ttm/ttm_placement.h | 6 ++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/ttm/ttm_bo.c b/drivers/gpu/drm/ttm/ttm_bo.c index 0a