Re: [Intel-gfx] [PATCH 2/5] drm/ttm: stop allocating dummy resources during BO creation

2023-01-24 Thread Matthew Auld
On Tue, 24 Jan 2023 at 12:57, Christian König wrote: > > That should not be necessary any more when drivers should at least be > able to handle the move without a resource. > > Signed-off-by: Christian König Reviewed-by: Matthew Auld

[Intel-gfx] [PATCH 2/5] drm/ttm: stop allocating dummy resources during BO creation

2023-01-24 Thread Christian König
That should not be necessary any more when drivers should at least be able to handle the move without a resource. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_bo.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/gpu/drm/ttm/ttm_bo.c b/drivers/gpu/drm/ttm/ttm_bo.c