Re: [PATCH 04/11] drm/vmwgfx: stop using ttm_bo_create

2020-09-22 Thread Christian König
Am 22.09.20 um 08:45 schrieb Thomas Zimmermann: Hi Am 21.09.20 um 16:48 schrieb Christian König: Implement in the driver instead since it is the only user of that function. Maybe merge this patch with patch 10. That's how I initially did it as well, but then found a number of bugs in the VM

Re: [PATCH 04/11] drm/vmwgfx: stop using ttm_bo_create

2020-09-21 Thread Thomas Zimmermann
Hi Am 21.09.20 um 16:48 schrieb Christian König: > Implement in the driver instead since it is the only user of that function. Maybe merge this patch with patch 10. Best regards Thomas > > Signed-off-by: Christian König > --- > drivers/gpu/drm/vmwgfx/vmwgfx_bo.c | 42

[PATCH 04/11] drm/vmwgfx: stop using ttm_bo_create

2020-09-21 Thread Christian König
Implement in the driver instead since it is the only user of that function. Signed-off-by: Christian König --- drivers/gpu/drm/vmwgfx/vmwgfx_bo.c | 42 ++ drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c | 6 ++-- drivers/gpu/drm/vmwgfx/vmwgfx_drv.h| 4 +++ driver