diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-01-07 14:19:47 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-01-08 13:03:18 +1000 |
commit | a5899fcc189e9357873ddf26d5e6e7e6ff84c2f4 (patch) | |
tree | 78eb94f2eed0a0f630eea5c840bb190c1bcb2852 /drivers/gpu/drm/radeon/radeon_mode.h | |
parent | 43b19f161c7a9941e3aa7db0e3ee19b93980e3d7 (diff) | |
download | blackbird-op-linux-a5899fcc189e9357873ddf26d5e6e7e6ff84c2f4.tar.gz blackbird-op-linux-a5899fcc189e9357873ddf26d5e6e7e6ff84c2f4.zip |
drm/radeon/kms: fix typo in atom connector type handling
Also remove the problematic enums that were unused
remnants from the ddx.
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 | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_mode.h b/drivers/gpu/drm/radeon/radeon_mode.h index 402369db5ba0..91cb041cb40d 100644 --- a/drivers/gpu/drm/radeon/radeon_mode.h +++ b/drivers/gpu/drm/radeon/radeon_mode.h @@ -46,32 +46,6 @@ struct radeon_device; #define to_radeon_encoder(x) container_of(x, struct radeon_encoder, base) #define to_radeon_framebuffer(x) container_of(x, struct radeon_framebuffer, base) -enum radeon_connector_type { - CONNECTOR_NONE, - CONNECTOR_VGA, - CONNECTOR_DVI_I, - CONNECTOR_DVI_D, - CONNECTOR_DVI_A, - CONNECTOR_STV, - CONNECTOR_CTV, - CONNECTOR_LVDS, - CONNECTOR_DIGITAL, - CONNECTOR_SCART, - CONNECTOR_HDMI_TYPE_A, - CONNECTOR_HDMI_TYPE_B, - CONNECTOR_0XC, - CONNECTOR_0XD, - CONNECTOR_DIN, - CONNECTOR_DISPLAY_PORT, - CONNECTOR_UNSUPPORTED -}; - -enum radeon_dvi_type { - DVI_AUTO, - DVI_DIGITAL, - DVI_ANALOG -}; - enum radeon_rmx_type { RMX_OFF, RMX_FULL, |