summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/include/nvif/if0000.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2016-05-26 08:43:00 +1000
committerBen Skeggs <bskeggs@redhat.com>2017-02-17 15:14:58 +1000
commit03295eabdb95153be4777ff04cc4f1dec0d62bc4 (patch)
tree59e1c7977051b73e7ef5a00368d284ad5b12e191 /drivers/gpu/drm/nouveau/include/nvif/if0000.h
parent843faa030c3677080e4a108889dccb21798b2a32 (diff)
downloadlinux-03295eabdb95153be4777ff04cc4f1dec0d62bc4.tar.bz2
drm/nouveau/core/client: modify prefix on nvif structures, for consistency
Preparation for supporting subclients. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/include/nvif/if0000.h')
-rw-r--r--drivers/gpu/drm/nouveau/include/nvif/if0000.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/include/nvif/if0000.h b/drivers/gpu/drm/nouveau/include/nvif/if0000.h
index 85c44e8a1201..18bbd823677d 100644
--- a/drivers/gpu/drm/nouveau/include/nvif/if0000.h
+++ b/drivers/gpu/drm/nouveau/include/nvif/if0000.h
@@ -1,9 +1,9 @@
#ifndef __NVIF_IF0000_H__
#define __NVIF_IF0000_H__
-#define NV_CLIENT_DEVLIST 0x00
+#define NVIF_CLIENT_V0_DEVLIST 0x00
-struct nv_client_devlist_v0 {
+struct nvif_client_devlist_v0 {
__u8 version;
__u8 count;
__u8 pad02[6];