summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorAlex Deucher <alex@botch2.com>2008-05-30 10:10:56 -0400
committerAlex Deucher <alex@botch2.com>2008-05-30 10:10:56 -0400
commit7cb695a329a9b543ad61af08c2d7d6eaf56de35e (patch)
tree1debf3c79547fdbb9ce9e0e7b16c48fa75f56cc5 /src/radeon.h
parent714b2c63ec1c4a1410a6d521c03e9d1f90937c01 (diff)
downloadxf86-video-ati-frc-7cb695a329a9b543ad61af08c2d7d6eaf56de35e.tar.gz
xf86-video-ati-frc-7cb695a329a9b543ad61af08c2d7d6eaf56de35e.tar.bz2
RADEON: add Int10 option
On some radeons you can't read the bios without initializing int10. On ATOM-based secondary cards, intitializing int10 tends to hang the card.
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h
index 9363c29..a5c0cd6 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -173,7 +173,8 @@ typedef enum {
OPTION_FORCE_TVOUT,
OPTION_TVSTD,
OPTION_IGNORE_LID_STATUS,
- OPTION_DEFAULT_TVDAC_ADJ
+ OPTION_DEFAULT_TVDAC_ADJ,
+ OPTION_INT10
} RADEONOpts;