summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/include/signal_types.h
diff options
context:
space:
mode:
authorTony Cheng <tony.cheng@amd.com>2017-01-14 20:48:21 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 17:10:31 -0400
commita10eadfb152960a760c4f52c42607d27cb3f1543 (patch)
tree26b6b4fdcd37b9eba1eca52833acbca6c1a3d358 /drivers/gpu/drm/amd/display/include/signal_types.h
parent6e4d6beec6dae279ec7ac27c9034b2208898f382 (diff)
downloadlinux-a10eadfb152960a760c4f52c42607d27cb3f1543.tar.bz2
drm/amd/display: remove SIGNAL_TYPE_WIRELESS
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/signal_types.h')
-rw-r--r--drivers/gpu/drm/amd/display/include/signal_types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/amd/display/include/signal_types.h b/drivers/gpu/drm/amd/display/include/signal_types.h
index d87f84a56fcc..1a2ca53c68cd 100644
--- a/drivers/gpu/drm/amd/display/include/signal_types.h
+++ b/drivers/gpu/drm/amd/display/include/signal_types.h
@@ -36,11 +36,7 @@ enum signal_type {
SIGNAL_TYPE_DISPLAY_PORT = (1 << 5),
SIGNAL_TYPE_DISPLAY_PORT_MST = (1 << 6),
SIGNAL_TYPE_EDP = (1 << 7),
- SIGNAL_TYPE_WIRELESS = (1 << 8), /* Wireless Display */
SIGNAL_TYPE_VIRTUAL = (1 << 9), /* Virtual Display */
-
- SIGNAL_TYPE_COUNT = 10,
- SIGNAL_TYPE_ALL = (1 << SIGNAL_TYPE_COUNT) - 1
};
/* help functions for signal types manipulation */