Re: [PATCH] drm/vmwgfx: fix regression in thp code due to ttm init refactor.

2020-10-01 Thread Daniel Vetter
On Thu, Oct 1, 2020 at 6:20 AM Dave Airlie wrote: > > From: Dave Airlie > > When I refactored this code with the new init paths, I failed to > set the funcs back up properly, this caused a failure to bringup > gdm properly. > > Fixes: 252f8d7b9174 ("drm/vmwgfx/ttm: convert vram mm init to new cod

[PATCH] drm/vmwgfx: fix regression in thp code due to ttm init refactor.

2020-09-30 Thread Dave Airlie
From: Dave Airlie When I refactored this code with the new init paths, I failed to set the funcs back up properly, this caused a failure to bringup gdm properly. Fixes: 252f8d7b9174 ("drm/vmwgfx/ttm: convert vram mm init to new code paths") Signed-off-by: Dave Airlie --- drivers/gpu/drm/vmwgfx