aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvc0_graph.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2010-12-23 18:33:33 -0500
committerBen Skeggs <bskeggs@redhat.com>2010-12-28 19:51:27 -0500
commitb1cd916ab96e5fcd16e2009410af2e8edfae2962 (patch)
treebdacd0667d133053b9c9c91465b42de89fbd251d /drivers/gpu/drm/nouveau/nvc0_graph.h
parent8e91182bbdb8591be4835907d825a5b9a80495a9 (diff)
drm/nvc0: kill off a couple more magics
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvc0_graph.h')
-rw-r--r--drivers/gpu/drm/nouveau/nvc0_graph.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nvc0_graph.h b/drivers/gpu/drm/nouveau/nvc0_graph.h
index 1e1f24f3fd34..40e26f9c56c4 100644
--- a/drivers/gpu/drm/nouveau/nvc0_graph.h
+++ b/drivers/gpu/drm/nouveau/nvc0_graph.h
@@ -46,8 +46,6 @@ struct nvc0_graph_priv {
46 struct nouveau_gpuobj *unk4188b8; 46 struct nouveau_gpuobj *unk4188b8;
47 47
48 u8 magic_not_rop_nr; 48 u8 magic_not_rop_nr;
49 u32 magic419bd0;
50 u32 magic419be4;
51 u32 magicgpc980[4]; 49 u32 magicgpc980[4];
52 u32 magicgpc918; 50 u32 magicgpc918;
53}; 51};