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.h | |
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.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 818ec4dc..f7f9c095 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -205,7 +205,8 @@ typedef enum { OPTION_IGNORE_LID_STATUS, OPTION_DEFAULT_TVDAC_ADJ, OPTION_INT10, - OPTION_EXA_VSYNC + OPTION_EXA_VSYNC, + OPTION_ATOM_TVOUT } RADEONOpts; |