diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-01-06 14:55:49 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-01-06 14:55:49 -0500 |
commit | 690999b682c0f954e27d9f1b3a3d8db4ef865c21 (patch) | |
tree | b52b54c11d4a6dfdefa305181173b0b167ccd8e3 /src/radeon_probe.h | |
parent | e23baa2fa8b25b68cd473aec7a3d8cf3ee7b0ea8 (diff) |
ATOM: rework object table parsing
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index 5cd610cc..1886b4e6 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -210,6 +210,8 @@ typedef struct { Bool shared_ddc; int i2c_line_mux; Bool load_detection; + Bool linkb; + uint16_t connector_object; } RADEONBIOSConnector; typedef struct _RADEONOutputPrivateRec { @@ -264,6 +266,7 @@ typedef struct _RADEONOutputPrivateRec { int transmitter_config; Bool coherent_mode; int igp_lane_info; + Bool linkb; char *name; int output_id; |