diff options
| author | Dave Airlie <airlied@linux.ie> | 2005-09-30 06:41:10 +0000 |
|---|---|---|
| committer | Dave Airlie <airlied@linux.ie> | 2005-09-30 06:41:10 +0000 |
| commit | f42cdc8dcb4ae85c15580dd0bc2a07495d8f049e (patch) | |
| tree | 29bdf88698fd7797476b4dd39465f5e0af85b22c /shared-core/radeon_drv.h | |
| parent | 6ff57e2d7cd0b9b513070f72ffd894e8d6f57149 (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.h | 1 |
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); |
