summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2023-05-25 03:31:01 +0300
committerKarol Herbst <kherbst@redhat.com>2023-07-06 18:22:33 +0300
commitc546656f31c5138afcaddfcd8f8b93fbf73e4d3a (patch)
tree05872ab24ed63116ec1dd7ccc4a8fdca649dd546 /drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.h
parent8829a5623933a4189a834d2fe7efaa4385a541f7 (diff)
downloadlinux-c546656f31c5138afcaddfcd8f8b93fbf73e4d3a.tar.xz
drm/nouveau/fifo: remove left-over references to nvkm_fifo_chan
This was renamed to nvkm_chan in the host rework. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Reviewed-by: Karol Herbst <kherbst@redhat.com> Reviewed-by: Lyude Paul <lyude@redhat.com> Signed-off-by: Karol Herbst <kherbst@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230525003106.3853741-5-skeggsb@gmail.com
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.h')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.h b/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.h
index 5cfe927c9123..b86090c08060 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.h
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.h
@@ -9,6 +9,6 @@ int nv10_gr_init(struct nvkm_gr *);
void nv10_gr_intr(struct nvkm_gr *);
void nv10_gr_tile(struct nvkm_gr *, int, struct nvkm_fb_tile *);
-int nv10_gr_chan_new(struct nvkm_gr *, struct nvkm_fifo_chan *,
+int nv10_gr_chan_new(struct nvkm_gr *, struct nvkm_chan *,
const struct nvkm_oclass *, struct nvkm_object **);
#endif