aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0152-drm-amd-display-remove-SIGNAL_TYPE_WIRELESS.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0152-drm-amd-display-remove-SIGNAL_TYPE_WIRELESS.patch')
-rw-r--r--meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0152-drm-amd-display-remove-SIGNAL_TYPE_WIRELESS.patch99
1 files changed, 0 insertions, 99 deletions
diff --git a/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0152-drm-amd-display-remove-SIGNAL_TYPE_WIRELESS.patch b/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0152-drm-amd-display-remove-SIGNAL_TYPE_WIRELESS.patch
deleted file mode 100644
index a3e295f8..00000000
--- a/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0152-drm-amd-display-remove-SIGNAL_TYPE_WIRELESS.patch
+++ /dev/null
@@ -1,99 +0,0 @@
-From 36d56b5585df36cd3ed5eb8425ed6d84282fc948 Mon Sep 17 00:00:00 2001
-From: Tony Cheng <tony.cheng@amd.com>
-Date: Sat, 14 Jan 2017 20:48:21 -0500
-Subject: [PATCH 0152/4131] 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>
----
- drivers/gpu/drm/amd/display/dc/basics/log_helpers.c | 1 -
- drivers/gpu/drm/amd/display/dc/basics/signal_types.c | 3 +--
- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 3 ---
- drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c | 1 -
- drivers/gpu/drm/amd/display/dc/inc/hw/link_encoder.h | 1 -
- drivers/gpu/drm/amd/display/include/signal_types.h | 4 ----
- 6 files changed, 1 insertion(+), 12 deletions(-)
-
-diff --git a/drivers/gpu/drm/amd/display/dc/basics/log_helpers.c b/drivers/gpu/drm/amd/display/dc/basics/log_helpers.c
-index 61f36a7..c4eddee 100644
---- a/drivers/gpu/drm/amd/display/dc/basics/log_helpers.c
-+++ b/drivers/gpu/drm/amd/display/dc/basics/log_helpers.c
-@@ -44,7 +44,6 @@ static const struct dc_signal_type_info signal_type_info_tbl[] = {
- {SIGNAL_TYPE_DISPLAY_PORT, "DP"},
- {SIGNAL_TYPE_DISPLAY_PORT_MST, "MST"},
- {SIGNAL_TYPE_EDP, "eDP"},
-- {SIGNAL_TYPE_WIRELESS, "Wireless"},
- {SIGNAL_TYPE_VIRTUAL, "Virtual"}
- };
-
-diff --git a/drivers/gpu/drm/amd/display/dc/basics/signal_types.c b/drivers/gpu/drm/amd/display/dc/basics/signal_types.c
-index 247487c..534c803 100644
---- a/drivers/gpu/drm/amd/display/dc/basics/signal_types.c
-+++ b/drivers/gpu/drm/amd/display/dc/basics/signal_types.c
-@@ -75,7 +75,6 @@ bool dc_is_audio_capable_signal(enum signal_type signal)
- {
- return (signal == SIGNAL_TYPE_DISPLAY_PORT ||
- signal == SIGNAL_TYPE_DISPLAY_PORT_MST ||
-- dc_is_hdmi_signal(signal) ||
-- signal == SIGNAL_TYPE_WIRELESS);
-+ dc_is_hdmi_signal(signal));
- }
-
-diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link.c b/drivers/gpu/drm/amd/display/dc/core/dc_link.c
-index 62cfc5c..f4f46d4 100644
---- a/drivers/gpu/drm/amd/display/dc/core/dc_link.c
-+++ b/drivers/gpu/drm/amd/display/dc/core/dc_link.c
-@@ -1051,9 +1051,6 @@ static bool construct(
- if (link->device_tag.dev_id.device_type == DEVICE_TYPE_LCD
- && link->public.connector_signal == SIGNAL_TYPE_RGB)
- continue;
-- if (link->device_tag.dev_id.device_type == DEVICE_TYPE_WIRELESS
-- && link->public.connector_signal != SIGNAL_TYPE_WIRELESS)
-- continue;
- break;
- }
-
-diff --git a/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c b/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c
-index 930ae13..e9d1a54 100644
---- a/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c
-+++ b/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c
-@@ -941,7 +941,6 @@ bool dce110_link_encoder_construct(
-
- enc110->base.hpd_source = init_data->hpd_source;
- enc110->base.connector = init_data->connector;
-- enc110->base.input_signals = SIGNAL_TYPE_ALL;
-
- enc110->base.preferred_engine = ENGINE_ID_UNKNOWN;
-
-diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/link_encoder.h b/drivers/gpu/drm/amd/display/dc/inc/hw/link_encoder.h
-index 49c4b65..ac4010b 100644
---- a/drivers/gpu/drm/amd/display/dc/inc/hw/link_encoder.h
-+++ b/drivers/gpu/drm/amd/display/dc/inc/hw/link_encoder.h
-@@ -186,7 +186,6 @@ struct link_encoder {
- struct dc_context *ctx;
- struct graphics_object_id id;
- struct graphics_object_id connector;
-- uint32_t input_signals;
- uint32_t output_signals;
- enum engine_id preferred_engine;
- struct encoder_feature_support features;
-diff --git a/drivers/gpu/drm/amd/display/include/signal_types.h b/drivers/gpu/drm/amd/display/include/signal_types.h
-index d87f84a..1a2ca53 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 */
---
-2.7.4
-