summaryrefslogtreecommitdiff
path: root/src/radeon_tv.c
diff options
context:
space:
mode:
authorAlex Deucher <alex@botch2.com>2007-08-02 00:20:50 -0400
committerAlex Deucher <alex@botch2.com>2007-08-02 00:20:50 -0400
commit98d7e00437bea78e03180eb30ff30de3455d9d1a (patch)
treefc61cff940bc9a2b3a326a810fb948874c20674b /src/radeon_tv.c
parent5c549c1d42f7bbc556942af13aff2661fae856f2 (diff)
RADEON: limit tv modes to the only one we can program at the moment
Diffstat (limited to 'src/radeon_tv.c')
-rw-r--r--src/radeon_tv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/radeon_tv.c b/src/radeon_tv.c
index 001d0138..e4e6763e 100644
--- a/src/radeon_tv.c
+++ b/src/radeon_tv.c
@@ -141,7 +141,7 @@ static const CARD16 vert_timing_PAL[] =
**********************************************************************/
static const TVModeConstants availableTVModes[] =
{
- {
+ {
800, /* horResolution */
600, /* verResolution */
TV_STD_NTSC, /* standard */
@@ -156,7 +156,7 @@ static const TVModeConstants availableTVModes[] =
4, /* crtcPLL_postDiv */
1022, /* pixToTV */
},
- {
+ {
800, /* horResolution */
600, /* verResolution */
TV_STD_PAL, /* standard */