diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-10-25 19:18:18 -0400 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-10-25 19:18:18 -0400 |
commit | 2d26e0d0bcf25e210dc7771e76638dcfafcc2356 (patch) | |
tree | da3802d2f6e9840793bdd60f035bb0faae65b764 /src/radeon.h | |
parent | a9306b7986467c0794c91625ad2ece597b718462 (diff) |
RADEON: Add driver option to force TV DAC load detection on
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 7f9ff76e..532f04c1 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -157,7 +157,8 @@ typedef enum { #if defined(__powerpc__) OPTION_MAC_MODEL, #endif - OPTION_DEFAULT_TMDS_PLL + OPTION_DEFAULT_TMDS_PLL, + OPTION_TVDAC_LOAD_DETECT } RADEONOpts; |