diff options
author | Dave Airlie <airlied@redhat.com> | 2008-12-22 15:58:35 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-12-22 15:58:35 +1000 |
commit | 4e96278b581e296c1203d97a6d7aa3bff3977222 (patch) | |
tree | 5b385bf93afbac9960a69492bc4385352dcb13ee /src/radeon_driver.c | |
parent | 435d996949185201a97493e131f9920a32863acd (diff) |
atombios/tv: add an option to enable atom tv-out for users.
This code is still experimental but we will allow users to enable it for experimental reasons
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r-- | src/radeon_driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index d4148549..e53edbbe 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -192,6 +192,7 @@ static const OptionInfoRec RADEONOptions[] = { { OPTION_DEFAULT_TVDAC_ADJ, "DefaultTVDACAdj", OPTV_BOOLEAN, {0}, FALSE }, { OPTION_INT10, "Int10", OPTV_BOOLEAN, {0}, FALSE }, { OPTION_EXA_VSYNC, "EXAVSync", OPTV_BOOLEAN, {0}, FALSE }, + { OPTION_ATOM_TVOUT, "ATOMTVOut", OPTV_BOOLEAN, {0}, FALSE }, { -1, NULL, OPTV_NONE, {0}, FALSE } }; |