drm/qxl: drop qxl_ttm_fault
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 17 Oct 2019 13:26:34 +0000 (15:26 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 22 Oct 2019 09:34:02 +0000 (11:34 +0200)
commit80ed59b285cc7ca50aeb635eb3a2cb8d3d54b406
tree46d948fb216ccc13f9ef86c910f8817173d4de12
parentddd9b54deebba64c37d04598c98035b5da037d38
drm/qxl: drop qxl_ttm_fault

Not sure what this hook is supposed to do.  vmf->vma->vm_private_data
should never be NULL, so the extra check in qxl_ttm_fault should have no
effect.

Drop it.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20191017132638.9693-2-kraxel@redhat.com
drivers/gpu/drm/qxl/qxl_ttm.c