]> git.baikalelectronics.ru Git - kernel.git/commit
drm/vmwgfx: fix regression in thp code due to ttm init refactor.
authorDave Airlie <airlied@redhat.com>
Thu, 1 Oct 2020 04:20:12 +0000 (14:20 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 1 Oct 2020 19:12:58 +0000 (05:12 +1000)
commitf300ba53a2c8b377e379b5887ec032d9e8421b2b
tree3f618fc7eeb1608f0df5f91b9ab71d674070dea8
parent2d85774a36dc2b116beca7f69b98e7cce75be382
drm/vmwgfx: fix regression in thp code due to ttm init refactor.

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: eb2417d54c1a ("drm/vmwgfx/ttm: convert vram mm init to new code paths")
Signed-off-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201001042012.13114-1-airlied@gmail.com
drivers/gpu/drm/vmwgfx/vmwgfx_thp.c