diff options
author | Alex Deucher <alex@cube.(none)> | 2008-03-06 09:53:51 -0500 |
---|---|---|
committer | Alex Deucher <alex@cube.(none)> | 2008-03-06 09:53:51 -0500 |
commit | 8a1ba374033591c725a78923aa30829e4de2a5ae (patch) | |
tree | a1616adce77a77e0e93aab3ef492920815328ef3 /src/radeon.h | |
parent | 0ed48f8f651a28e189f9fee8c6b593da0178d21c (diff) |
RADEON: option to override TVDAC adj values from bios with driver defaults
If you have a washed out image on the tv dac, try this option.
Option "DefaultTVDACAdj" "TRUE"
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 787a851c..57786c80 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -167,7 +167,8 @@ typedef enum { OPTION_TVDAC_LOAD_DETECT, OPTION_FORCE_TVOUT, OPTION_TVSTD, - OPTION_IGNORE_LID_STATUS + OPTION_IGNORE_LID_STATUS, + OPTION_DEFAULT_TVDAC_ADJ } RADEONOpts; |