diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2011-04-18 06:52:47 +0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2011-05-16 04:50:22 +0400 |
commit | aa58c4056355afd349aa4a0092de5141a425142a (patch) | |
tree | c9c1bc2b014b118b51fe23f6d6c939c643422190 /drivers/gpu/drm/nouveau/nvc0_graph.h | |
parent | b23b9e7109e74a2cb10705396148624016ad8f8f (diff) | |
download | linux-aa58c4056355afd349aa4a0092de5141a425142a.tar.xz |
drm/nvc0/gr: calculate some more of our magic numbers
Again, doesn't quite match NVIDIA's, but not sure it really matters. This
will however, match the same rules we use to calculate the other related
grctx 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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvc0_graph.h b/drivers/gpu/drm/nouveau/nvc0_graph.h index f59d848b52eb..f5d184e0689d 100644 --- a/drivers/gpu/drm/nouveau/nvc0_graph.h +++ b/drivers/gpu/drm/nouveau/nvc0_graph.h @@ -58,7 +58,6 @@ struct nvc0_graph_priv { struct nouveau_gpuobj *unk4188b8; u8 magic_not_rop_nr; - u32 magicgpc980[4]; u32 magicgpc918; }; |