Re: [Nouveau] [PATCH -next] drm/nouveau/fifo: Remove duplicated include in chan.c

2023-11-22 Thread Lyude Paul
Reviewed-by: Lyude Paul Will push upstream in a moment On Wed, 2023-11-22 at 08:49 +0800, Yang Li wrote: > ./drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c: chid.h is included more > than once. > > Reported-by: Abaci Robot > Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7603 > Signe

[Nouveau] [PATCH -next] drm/nouveau/fifo: Remove duplicated include in chan.c

2023-11-21 Thread Yang Li
./drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c: chid.h is included more than once. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7603 Signed-off-by: Yang Li --- drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c | 1 - 1 file changed, 1 deletion(-) diff --git

[Nouveau] [PATCH -next] drm/nouveau/fifo: Remove duplicated include

2023-08-11 Thread GUO Zihua
Remove duplicated include of chid.h. Resolves checkincludes message. Signed-off-by: GUO Zihua --- drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c b/drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c

[Nouveau] [PATCH -next] drm/nouveau/fifo: Remove duplicated include in chan.c

2023-05-04 Thread Yang Li
./drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c: chid.h is included more than once. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3014 Fixes: 67059b9fb899 ("drm/nouveau/fifo: add chan start()/stop()") Reported-by: Abaci Robot Signed-off-by: Yang Li --- drivers/gpu/drm/nouveau/nvkm/eng