diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2007-04-17 16:09:40 +0100 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2007-04-17 16:09:40 +0100 |
commit | ecd9801c3cf08082b4aaa7e23f1f94a5e1d47a75 (patch) | |
tree | 51e6b61e470b8fcc99638dd3a4ca27ba9e74dc10 /linux-core | |
parent | 32b5616cc681e404f671b4bc3b030ee24b753d4a (diff) |
Fix SDVO outputs
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/intel_sdvo_regs.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linux-core/intel_sdvo_regs.h b/linux-core/intel_sdvo_regs.h index c8ab950b..a9d16711 100644 --- a/linux-core/intel_sdvo_regs.h +++ b/linux-core/intel_sdvo_regs.h @@ -37,7 +37,11 @@ #define SDVO_OUTPUT_SCART0 (1 << 5) #define SDVO_OUTPUT_LVDS0 (1 << 6) #define SDVO_OUTPUT_TMDS1 (1 << 8) -#define SDVO_OUTPUT_RGB1 (1 << 13) +#define SDVO_OUTPUT_RGB1 (1 << 9) +#define SDVO_OUTPUT_CVBS1 (1 << 10) +#define SDVO_OUTPUT_SVID1 (1 << 11) +#define SDVO_OUTPUT_YPRPB1 (1 << 12) +#define SDVO_OUTPUT_SCART1 (1 << 13) #define SDVO_OUTPUT_LVDS1 (1 << 14) #define SDVO_OUTPUT_LAST (14) |