Re: [PATCH] drm/ttm: stop destroying pinned ghost object

2020-12-01 Thread Christian König
Am 01.12.20 um 17:58 schrieb Daniel Vetter: On Tue, Dec 1, 2020 at 2:32 PM Christian König wrote: Daniel added a warning for this, but we were abusing that behavior here. Signed-off-by: Christian König Fixes: 57fcd550eb15 ("drm/ttm: Warn on pinning without holding a reference") --- drivers/

Re: [PATCH] drm/ttm: stop destroying pinned ghost object

2020-12-01 Thread Daniel Vetter
On Tue, Dec 1, 2020 at 2:32 PM Christian König wrote: > > Daniel added a warning for this, but we were abusing that behavior here. > > Signed-off-by: Christian König > Fixes: 57fcd550eb15 ("drm/ttm: Warn on pinning without holding a reference") > --- > drivers/gpu/drm/ttm/ttm_bo_util.c | 4 +++-

[PATCH] drm/ttm: stop destroying pinned ghost object

2020-12-01 Thread Christian König
Daniel added a warning for this, but we were abusing that behavior here. Signed-off-by: Christian König Fixes: 57fcd550eb15 ("drm/ttm: Warn on pinning without holding a reference") --- drivers/gpu/drm/ttm/ttm_bo_util.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/driver