summaryrefslogtreecommitdiff
path: root/shared-core/radeon_drv.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2008-09-26 17:20:04 -0400
committerAlex Deucher <alexdeucher@gmail.com>2008-09-26 17:20:04 -0400
commit09b2dfcedc8cb35444567626131ccc25db79a8c6 (patch)
treec64815a19296773b907ac72a12c83e7bd212d67a /shared-core/radeon_drv.h
parent89126bb58ec82511758bed36a28e698b721fb435 (diff)
radeon: make atom on r4xx a module option
default is legacy modesetting. pass module option r4xx_atom to try using atom on r4xx.
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 25a07e30..3490ddbe 100644
--- a/shared-core/radeon_drv.h
+++ b/shared-core/radeon_drv.h
@@ -456,6 +456,7 @@ typedef struct drm_radeon_kcmd_buffer {
extern int radeon_no_wb;
extern int radeon_dynclks;
+extern int radeon_r4xx_atom;
extern struct drm_ioctl_desc radeon_ioctls[];
extern int radeon_max_ioctl;