aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2010-11-16 10:17:53 +1000
committerBen Skeggs <bskeggs@redhat.com>2010-12-03 15:11:57 +1000
commit6d6c5a157af45a5bd50ab913b07d826811a9ea0a (patch)
treed1e823cef00bc8dad50a086656e924a5af8f5fec /include/drm
parent2cb3d3b6c64d37514fd8865748de66ff35a489af (diff)
downloadkernel_samsung_smdk4412-6d6c5a157af45a5bd50ab913b07d826811a9ea0a.zip
kernel_samsung_smdk4412-6d6c5a157af45a5bd50ab913b07d826811a9ea0a.tar.gz
kernel_samsung_smdk4412-6d6c5a157af45a5bd50ab913b07d826811a9ea0a.tar.bz2
drm/nouveau: remove some useless GETPARAMs
These have been unused since UMS support was ripped out, so lets remove them completely. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/nouveau_drm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/drm/nouveau_drm.h b/include/drm/nouveau_drm.h
index 39aa0fd..e2cfe80 100644
--- a/include/drm/nouveau_drm.h
+++ b/include/drm/nouveau_drm.h
@@ -71,11 +71,8 @@ struct drm_nouveau_gpuobj_free {
#define NOUVEAU_GETPARAM_PCI_VENDOR 3
#define NOUVEAU_GETPARAM_PCI_DEVICE 4
#define NOUVEAU_GETPARAM_BUS_TYPE 5
-#define NOUVEAU_GETPARAM_FB_PHYSICAL 6
-#define NOUVEAU_GETPARAM_AGP_PHYSICAL 7
#define NOUVEAU_GETPARAM_FB_SIZE 8
#define NOUVEAU_GETPARAM_AGP_SIZE 9
-#define NOUVEAU_GETPARAM_PCI_PHYSICAL 10
#define NOUVEAU_GETPARAM_CHIPSET_ID 11
#define NOUVEAU_GETPARAM_VM_VRAM_BASE 12
#define NOUVEAU_GETPARAM_GRAPH_UNITS 13