summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/include/ddc_service_types.h
diff options
context:
space:
mode:
authorTony Cheng <tony.cheng@amd.com>2017-01-14 11:46:53 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 17:10:19 -0400
commitac0e562c521228215d597fe3ef0c13f02077f700 (patch)
treeded2f95383819a404c79df5b74f3ff2c527ff136 /drivers/gpu/drm/amd/display/include/ddc_service_types.h
parentbf72726358adfedcf1c268690521891809332151 (diff)
downloadlinux-ac0e562c521228215d597fe3ef0c13f02077f700.tar.bz2
drm/amd/display: remove un-used defines and dead code
Signed-off-by: Tony Cheng <tony.cheng@amd.com> Reviewed-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/include/ddc_service_types.h')
-rw-r--r--drivers/gpu/drm/amd/display/include/ddc_service_types.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/drm/amd/display/include/ddc_service_types.h b/drivers/gpu/drm/amd/display/include/ddc_service_types.h
index 0a6ba91e3eba..effe03b8f418 100644
--- a/drivers/gpu/drm/amd/display/include/ddc_service_types.h
+++ b/drivers/gpu/drm/amd/display/include/ddc_service_types.h
@@ -52,12 +52,6 @@ enum ddc_service_type {
DDC_SERVICE_TYPE_DISPLAY_PORT_MST,
};
-enum dcs_dpcd_revision {
- DCS_DPCD_REV_10 = 0x10,
- DCS_DPCD_REV_11 = 0x11,
- DCS_DPCD_REV_12 = 0x12
-};
-
/**
* display sink capability
*/
@@ -97,7 +91,6 @@ struct display_sink_capability {
uint32_t dp_link_rate;
uint32_t dp_link_spead;
- enum dcs_dpcd_revision dpcd_revision;
/* If dongle_type == DISPLAY_DONGLE_DP_HDMI_CONVERTER,
indicates 'Frame Sequential-to-lllFrame Pack' conversion capability.*/
bool is_dp_hdmi_s3d_converter;