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 /bsd-core | |
parent | 6ff57e2d7cd0b9b513070f72ffd894e8d6f57149 (diff) |
Add support to turn writeback off via radeon module option
Diffstat (limited to 'bsd-core')
-rw-r--r-- | bsd-core/radeon_drv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bsd-core/radeon_drv.c b/bsd-core/radeon_drv.c index bd59db63c..470b6d3a0 100644 --- a/bsd-core/radeon_drv.c +++ b/bsd-core/radeon_drv.c @@ -35,6 +35,8 @@ #include "radeon_drv.h" #include "drm_pciids.h" +int radeon_no_wb; + /* drv_PCI_IDs comes from drm_pciids.h, generated from drm_pciids.txt. */ static drm_pci_id_list_t radeon_pciidlist[] = { radeon_PCI_IDS |