drm/nouveau: stop using TTMs fault callback
authorChristian König <christian.koenig@amd.com>
Fri, 25 Sep 2020 13:42:04 +0000 (15:42 +0200)
committerChristian König <christian.koenig@amd.com>
Mon, 28 Sep 2020 10:37:41 +0000 (12:37 +0200)
commit76fe313adde2db165aea82699aca215ea6e9b11b
tree8e19a4ea939ba272c9de84ee6e9a3f00878137da
parentd3ef581afa5e6a65cc3a40de2e62901f17b8cebc
drm/nouveau: stop using TTMs fault callback

We already implemented the fault handler ourself,
just open code what is necessary here.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/392323/
drivers/gpu/drm/nouveau/nouveau_bo.c
drivers/gpu/drm/nouveau/nouveau_bo.h
drivers/gpu/drm/nouveau/nouveau_ttm.c