[Nouveau] [PATCH] drm/nouveau: remove unused varialble "struct device *dev"

2021-07-05 Thread Cai Huoqing
Signed-off-by: Cai Huoqing Reviewed-by: Karol Herbst --- drivers/gpu/drm/nouveau/nouveau_bo.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_bo.c b/drivers/gpu/drm/nouveau/nouveau_bo.c index 4f3a5357dd56..c5624048de5e 100644 ---

Re: [Nouveau] nouveau: failed to initialise sync

2021-07-05 Thread Alistair Popple
I am also hitting this with upstream. Reverting d02117f8efaa ("drm/ttm: remove special handling for non GEM drivers") also fixed it for me. The change log for that commit reads: drm/ttm: remove special handling for non GEM drivers vmwgfx is the only driver actually using this. Move