diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-12-01 14:18:40 -0500 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-12-01 14:18:40 -0500 |
commit | 00b4480aa2c5d7f751e34fc964f431b90b14c8d2 (patch) | |
tree | b6d3531240bfedf996db7c6efb7719e5ef2e19f9 /src/radeon.h | |
parent | 0175b79987ef4d7b0ce8238c3bdde989e504516a (diff) |
RADEON: add options for force TV out as detected and to set TV standard
Also fix a typo in internal tv-out parsing
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h index f9bf343..78f756e 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -158,7 +158,9 @@ typedef enum { OPTION_MAC_MODEL, #endif OPTION_DEFAULT_TMDS_PLL, - OPTION_TVDAC_LOAD_DETECT + OPTION_TVDAC_LOAD_DETECT, + OPTION_FORCE_TVOUT, + OPTION_TVSTD } RADEONOpts; |