summaryrefslogtreecommitdiff
path: root/drm/nouveau/nvkm/engine/fifo/nv50.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2015-08-20 14:54:07 +1000
committerBen Skeggs <bskeggs@redhat.com>2015-08-28 12:37:28 +1000
commit198b84d7447508267b6e695302c04fcdb2268de3 (patch)
tree374484b3892ca4b225de7fbc7343ccca7c25539b /drm/nouveau/nvkm/engine/fifo/nv50.h
parent5452d6e8a8374dca0c59331fbff71f632a96dea8 (diff)
downloadnouveau-198b84d7447508267b6e695302c04fcdb2268de3.tar.gz
fifo: cosmetic changes
This is purely preparation for upcoming commits, there should be no code changes here. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drm/nouveau/nvkm/engine/fifo/nv50.h')
-rw-r--r--drm/nouveau/nvkm/engine/fifo/nv50.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drm/nouveau/nvkm/engine/fifo/nv50.h b/drm/nouveau/nvkm/engine/fifo/nv50.h
index 09ed93c66..722fcce70 100644
--- a/drm/nouveau/nvkm/engine/fifo/nv50.h
+++ b/drm/nouveau/nvkm/engine/fifo/nv50.h
@@ -2,7 +2,7 @@
#define __NV50_FIFO_H__
#include <engine/fifo.h>
-struct nv50_fifo_priv {
+struct nv50_fifo {
struct nvkm_fifo base;
struct nvkm_gpuobj *playlist[2];
int cur_playlist;
@@ -23,7 +23,7 @@ struct nv50_fifo_chan {
struct nvkm_ramht *ramht;
};
-void nv50_fifo_playlist_update(struct nv50_fifo_priv *);
+void nv50_fifo_playlist_update(struct nv50_fifo *);
void nv50_fifo_object_detach(struct nvkm_object *, int);
void nv50_fifo_chan_dtor(struct nvkm_object *);