diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2012-05-02 12:10:21 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-05-03 09:19:08 +0100 |
commit | 6a556039e7823d27a0a7f7724d4d455053ea9253 (patch) | |
tree | 7d95ac426bd04d6187c0ab33e296ee542f092cff /drivers/gpu/drm/radeon/radeon_mode.h | |
parent | b7f6413a731f2139041beede539149a5374860fe (diff) |
drm/radeon: add connector table for SAM440ep embedded board
RV250 found on ppc embedded boards.
Cc: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Alex Deucher <alexander.deucher@amd.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_mode.h b/drivers/gpu/drm/radeon/radeon_mode.h index 0c3cdbd614d..499a5fed8b2 100644 --- a/drivers/gpu/drm/radeon/radeon_mode.h +++ b/drivers/gpu/drm/radeon/radeon_mode.h @@ -210,6 +210,7 @@ enum radeon_connector_table { CT_RN50_POWER, CT_MAC_X800, CT_MAC_G5_9600, + CT_SAM440EP }; enum radeon_dvo_chip { |