Re: [PATCH 4/5] drm/nouveau: stop using TTMs fault callback

2020-09-25 Thread Nirmoy
Tested this on GeForce GT 710 Tested-by: Nirmoy Das On 9/25/20 4:55 PM, Christian König wrote: We already implemented the fault handler ourself, just open code what is necessary here. Signed-off-by: Christian König --- drivers/gpu/drm/nouveau/nouveau_bo.c | 50 ++-

[PATCH 4/5] drm/nouveau: stop using TTMs fault callback

2020-09-25 Thread Christian König
We already implemented the fault handler ourself, just open code what is necessary here. Signed-off-by: Christian König --- drivers/gpu/drm/nouveau/nouveau_bo.c | 50 ++- drivers/gpu/drm/nouveau/nouveau_bo.h | 1 + drivers/gpu/drm/nouveau/nouveau_ttm.c | 10 +++--- 3 f