diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-09-07 14:41:30 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-09-13 20:21:16 +1000 |
commit | aa74fbb4c905c6c746b79d4d7d8c95d8bbd4360c (patch) | |
tree | 99fbfc9aa52a8ec7062d3a040faacbd0346ea529 /drivers/gpu/drm/radeon/radeon_mode.h | |
parent | ff32a59daea4f3eae980ae8d0932b135c633ec5d (diff) |
drm/radeon/kms: add connector table for Mac x800
Fixes:
https://bugs.freedesktop.org/show_bug.cgi?id=28671
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_mode.h')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_mode.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_mode.h b/drivers/gpu/drm/radeon/radeon_mode.h index efbe975312d..17a6602b588 100644 --- a/drivers/gpu/drm/radeon/radeon_mode.h +++ b/drivers/gpu/drm/radeon/radeon_mode.h @@ -204,7 +204,7 @@ struct radeon_i2c_chan { /* mostly for macs, but really any system without connector tables */ enum radeon_connector_table { - CT_NONE, + CT_NONE = 0, CT_GENERIC, CT_IBOOK, CT_POWERBOOK_EXTERNAL, @@ -215,6 +215,7 @@ enum radeon_connector_table { CT_IMAC_G5_ISIGHT, CT_EMAC, CT_RN50_POWER, + CT_MAC_X800, }; enum radeon_dvo_chip { |