summaryrefslogtreecommitdiff
path: root/shared/radeon.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2004-08-17 11:24:50 +0000
committerDave Airlie <airlied@linux.ie>2004-08-17 11:24:50 +0000
commit93e8c201afac565942f9d3523ac808d3220d6d0e (patch)
treec11a441ca4741c51d1de5c90414bdbce5eeb1997 /shared/radeon.h
parent02ef96053ccbe4c20827ec8006455906e7fb2360 (diff)
preparation patch for radeon permanent mapping registers/framebuffer makes
dev_priv live always, and add AGP detection in kernel patch: radeon-pre-2.patch From: Jon Smirl
Diffstat (limited to 'shared/radeon.h')
-rw-r--r--shared/radeon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/radeon.h b/shared/radeon.h
index eb857daf..44c4aee7 100644
--- a/shared/radeon.h
+++ b/shared/radeon.h
@@ -127,6 +127,10 @@ do { \
filp_priv->radeon_fb_delta = 0; \
} while( 0 )
+#define DRIVER_POSTINIT(dev, flags) radeon_postinit(dev, flags)
+#define DRIVER_PREINIT(dev, flags) radeon_preinit(dev, flags)
+#define DRIVER_POSTCLEANUP(dev) radeon_postcleanup(dev)
+
/* When a client dies:
* - Check for and clean up flipped page state
* - Free any alloced GART memory.