summaryrefslogtreecommitdiff
path: root/linux/gamma_drv.h
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2001-03-07 19:14:39 +0000
committerKevin E Martin <kem@kem.org>2001-03-07 19:14:39 +0000
commit7e820fc7d89d06a11f448d7093469a0c765a84a6 (patch)
tree0b0e71d032fedccb0ac40ddf7303cda2de53451a /linux/gamma_drv.h
parent78b07aa0d7a25ffbc1a2c07737fcb7597c4e6694 (diff)
- Prepare for merge with trunksarea-1-0-0-20010307-freeze
- Change variable names to be more consistent - Fix bug in per-context creation routine - Fix root-only permissions for get/setsareactx IOCTLs - Back out incomplete gamma changes - Fix some compilation warning messages - Various code cleanups - Disable per-context SAREA example code for Radeon This can be re-enabled when it is actually used by the driver. Look for '#ifdef PER_CONTEXT_SAREA' in the client-side and ddx Radeon driver.
Diffstat (limited to 'linux/gamma_drv.h')
-rw-r--r--linux/gamma_drv.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/linux/gamma_drv.h b/linux/gamma_drv.h
index ae2ec59b..1bfa2650 100644
--- a/linux/gamma_drv.h
+++ b/linux/gamma_drv.h
@@ -35,10 +35,6 @@
typedef struct drm_gamma_private {
drm_map_t *buffers;
- drm_map_t *mmio0;
- drm_map_t *mmio1;
- drm_map_t *mmio2;
- drm_map_t *mmio3;
} drm_gamma_private_t;
#define LOCK_TEST_WITH_RETURN( dev ) \
@@ -76,8 +72,5 @@ extern int gamma_control(struct inode *inode, struct file *filp,
unsigned int cmd, unsigned long arg);
extern int gamma_find_devices(void);
extern int gamma_found(void);
-extern void gamma_dma_cleanup(drm_device_t *dev);
-extern int gamma_dma_init(struct inode *inode, struct file *filp,
- unsigned int cmd, unsigned long arg);
#endif