Re: [PATCH 01/59] drm/vmwgfx: consolidate ttm object creation and populate

2020-08-05 Thread daniel
On Tue, Aug 04, 2020 at 12:55:34PM +1000, Dave Airlie wrote: > From: Dave Airlie > > These two functions has the same code in them, create a common > helper function instead. > > Signed-off-by: Dave Airlie > --- > drivers/gpu/drm/vmwgfx/vmwgfx_drv.h| 4 ++ > drivers/gpu/drm/vmwgfx/vmw

[PATCH 01/59] drm/vmwgfx: consolidate ttm object creation and populate

2020-08-03 Thread Dave Airlie
From: Dave Airlie These two functions has the same code in them, create a common helper function instead. Signed-off-by: Dave Airlie --- drivers/gpu/drm/vmwgfx/vmwgfx_drv.h| 4 ++ drivers/gpu/drm/vmwgfx/vmwgfx_mob.c| 60 ++ drivers/gpu/drm/vmwgfx/vmwgfx_ttm