diff options
author | Alex Deucher <alex@botch2.com> | 2008-05-30 10:10:56 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.com> | 2008-05-30 10:10:56 -0400 |
commit | 7cb695a329a9b543ad61af08c2d7d6eaf56de35e (patch) | |
tree | 1debf3c79547fdbb9ce9e0e7b16c48fa75f56cc5 /src/radeon.h | |
parent | 714b2c63ec1c4a1410a6d521c03e9d1f90937c01 (diff) | |
download | xf86-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.h | 3 |
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; |