summaryrefslogtreecommitdiff
path: root/src/radeon_probe.h
diff options
context:
space:
mode:
authorAlex Deucher <alex@botch2.(none)>2007-11-18 17:44:36 -0500
committerAlex Deucher <alex@botch2.(none)>2007-11-18 17:44:36 -0500
commit1cd7cc3e6758ab1012f3ced6e958a1517f45557f (patch)
tree9657c25396f6a807231d72ae8bdf3444628f8cfe /src/radeon_probe.h
parentb155fa872ee4ca5d801e942aee6e619cef104f35 (diff)
WIP: new atom code comples.
I commented out the object parsing for the time being as using it will require some thought as to new output related data structures.
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r--src/radeon_probe.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h
index 6bf0dced..5f098a78 100644
--- a/src/radeon_probe.h
+++ b/src/radeon_probe.h
@@ -106,6 +106,18 @@ typedef enum
CONNECTOR_UNSUPPORTED_ATOM
} RADEONConnectorTypeATOM;
+typedef enum {
+ OUTPUT_NONE_ATOM,
+ OUTPUT_DAC_EXTERNAL_ATOM,
+ OUTPUT_DACA_ATOM,
+ OUTPUT_DACB_ATOM,
+ OUTPUT_TMDSA_ATOM,
+ OUTPUT_LVTMA_ATOM,
+ OUTPUT_TMDSB_ATOM,
+ OUTPUT_LVDS_ATOM,
+ OUTPUT_LVTMB_ATOM
+} RADEONOutputTypeATOM;
+
typedef enum
{
DAC_UNKNOWN = -1,