aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2389-drm-amd-display-make-log_dpcd-static.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2389-drm-amd-display-make-log_dpcd-static.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2389-drm-amd-display-make-log_dpcd-static.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2389-drm-amd-display-make-log_dpcd-static.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2389-drm-amd-display-make-log_dpcd-static.patch
new file mode 100644
index 00000000..5e9f8894
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2389-drm-amd-display-make-log_dpcd-static.patch
@@ -0,0 +1,37 @@
+From 229df4e541cc50ec19c4c7acaad2948d6d116ce6 Mon Sep 17 00:00:00 2001
+From: Alex Deucher <alexander.deucher@amd.com>
+Date: Wed, 11 Oct 2017 09:47:04 -0400
+Subject: [PATCH 2389/4131] drm/amd/display: make log_dpcd static
+
+It's only used in this file.
+
+Reviewed-by: Harry Wentland <harry.wentland@amd.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
+index 61ea91d..0ece622 100644
+--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
++++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
+@@ -56,11 +56,11 @@ static inline char *side_band_msg_type_to_str(uint32_t address)
+ return str;
+ }
+
+-void log_dpcd(uint8_t type,
+- uint32_t address,
+- uint8_t *data,
+- uint32_t size,
+- bool res)
++static void log_dpcd(uint8_t type,
++ uint32_t address,
++ uint8_t *data,
++ uint32_t size,
++ bool res)
+ {
+ DRM_DEBUG_KMS("Op: %s, addr: %04x, SideBand Msg: %s, Op res: %s\n",
+ (type == DP_AUX_NATIVE_READ) ||
+--
+2.7.4
+