diff options
author | Alex Deucher <alex@botch2.com> | 2007-08-05 15:37:04 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.com> | 2007-08-05 15:37:04 -0400 |
commit | b4ec3e436afb5bc99ec755cbd96eee9a1ec492a5 (patch) | |
tree | 7c152e750208af3a1ff406b536426868db7f6b6e /src/radeon_probe.h | |
parent | 1fc2a1120e7c05938e2bd72d3c7837ecff8bc9da (diff) |
RADEON: add tv out properties
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index 27b78cc..d79e7ad 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -197,6 +197,7 @@ typedef struct _RADEONOutputPrivateRec { int DotClock; RADEONTMDSPll tmds_pll[4]; /* TV out */ + TVStd default_tvStd; TVStd tvStd; int hPos; int vPos; |