diff options
author | Dave Airlie <airlied@redhat.com> | 2008-12-16 12:19:00 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-12-16 12:19:00 +1000 |
commit | 4d2429f3ec4d7d3e1512b268c7ff5cbff8d186b4 (patch) | |
tree | 765d2f85b4768ee366f758ecebcab27d165988fc /src/radeon_probe.h | |
parent | 4d3792fd1b9f733107582436540f483d8993199f (diff) |
DCE32: add support for DCE3.2 digital outputs.
This adds support for the digital outputs on the RV730.
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index 6014cd44..5cd610cc 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -102,7 +102,9 @@ typedef enum TMDS_EXT = 2, TMDS_LVTMA = 3, TMDS_DDIA = 4, - TMDS_UNIPHY = 5 + TMDS_UNIPHY = 5, + TMDS_UNIPHY1 = 6, + TMDS_UNIPHY2 = 7 } RADEONTmdsType; typedef enum |