summaryrefslogtreecommitdiff
path: root/src/radeon_probe.h
diff options
context:
space:
mode:
authorAlex Deucher <alex@samba.(none)>2007-11-26 17:34:51 -0500
committerAlex Deucher <alex@samba.(none)>2007-11-26 17:34:51 -0500
commitbb8545146959b748994be055d5b3de66ec66c8b2 (patch)
tree7096acbe1f05b66a1a8dd39e60c38a53d0311987 /src/radeon_probe.h
parente2bde646b864dca9056d9ecfe23a0d905647ea9a (diff)
RADEON: first pass at TV/Component video
Untested and not likely to work just yet.
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r--src/radeon_probe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h
index c1a79133..0e325a6b 100644
--- a/src/radeon_probe.h
+++ b/src/radeon_probe.h
@@ -164,6 +164,8 @@ typedef enum
TV_STD_PAL_60 = 8,
TV_STD_NTSC_J = 16,
TV_STD_SCART_PAL = 32,
+ TV_STD_SECAM = 64,
+ TV_STD_PAL_CN = 128,
} TVStd;
typedef struct _RADEONCrtcPrivateRec {