summaryrefslogtreecommitdiff
path: root/shared-core/radeon_drv.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2005-09-30 06:41:10 +0000
committerDave Airlie <airlied@linux.ie>2005-09-30 06:41:10 +0000
commitf42cdc8dcb4ae85c15580dd0bc2a07495d8f049e (patch)
tree29bdf88698fd7797476b4dd39465f5e0af85b22c /shared-core/radeon_drv.h
parent6ff57e2d7cd0b9b513070f72ffd894e8d6f57149 (diff)
Add support to turn writeback off via radeon module option
Diffstat (limited to 'shared-core/radeon_drv.h')
-rw-r--r--shared-core/radeon_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/radeon_drv.h b/shared-core/radeon_drv.h
index 265697c7..8455d599 100644
--- a/shared-core/radeon_drv.h
+++ b/shared-core/radeon_drv.h
@@ -275,6 +275,7 @@ typedef struct drm_radeon_buf_priv {
u32 age;
} drm_radeon_buf_priv_t;
+extern int radeon_no_wb;
/* radeon_cp.c */
extern int radeon_cp_init(DRM_IOCTL_ARGS);
extern int radeon_cp_start(DRM_IOCTL_ARGS);