diff options
author | Dave Airlie <airlied@redhat.com> | 2008-01-02 09:49:44 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-01-02 09:49:44 +1000 |
commit | 14aa4060ad27ecb3d40b2b17ee4cf7cc55a121dd (patch) | |
tree | d8e60d2b25e8afab0add2bf93db3ea3a96cc15ae /src | |
parent | f65374f5e15bfd391a1838a686cd87d3bab8043d (diff) |
r600: fix tv-out output naming
Diffstat (limited to 'src')
-rw-r--r-- | src/radeon_output.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c index 9efa0560..847e69a3 100644 --- a/src/radeon_output.c +++ b/src/radeon_output.c @@ -1182,6 +1182,7 @@ void RADEONSetOutputType(ScrnInfoPtr pScrn, RADEONOutputPrivatePtr radeon_output output = OUTPUT_DVI_D; break; case CONNECTOR_DVI_A: output = OUTPUT_DVI_A; break; + case CONNECTOR_DIN: case CONNECTOR_STV: output = OUTPUT_STV; break; case CONNECTOR_CTV: |