aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0378-drm-amd-display-fix-crash-caused-by-incorrect-index-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0378-drm-amd-display-fix-crash-caused-by-incorrect-index-.patch')
-rw-r--r--meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0378-drm-amd-display-fix-crash-caused-by-incorrect-index-.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0378-drm-amd-display-fix-crash-caused-by-incorrect-index-.patch b/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0378-drm-amd-display-fix-crash-caused-by-incorrect-index-.patch
new file mode 100644
index 00000000..2a4b6bd0
--- /dev/null
+++ b/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0378-drm-amd-display-fix-crash-caused-by-incorrect-index-.patch
@@ -0,0 +1,30 @@
+From 338a8d6a5639cedf5841767b8dc42527f61bb3c5 Mon Sep 17 00:00:00 2001
+From: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
+Date: Wed, 26 Apr 2017 10:54:45 -0400
+Subject: [PATCH 0378/4131] drm/amd/display: fix crash caused by incorrect
+ index being used for array
+
+Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
+Acked-by: Harry Wentland <Harry.Wentland@amd.com>
+Reviewed-by: Anthony Koo <Anthony.Koo@amd.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/display/modules/freesync/freesync.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/display/modules/freesync/freesync.c b/drivers/gpu/drm/amd/display/modules/freesync/freesync.c
+index f6223e6..d3d5700 100644
+--- a/drivers/gpu/drm/amd/display/modules/freesync/freesync.c
++++ b/drivers/gpu/drm/amd/display/modules/freesync/freesync.c
+@@ -1122,7 +1122,7 @@ void mod_freesync_notify_mode_change(struct mod_freesync *mod_freesync,
+ * current mode
+ */
+ calc_freesync_range(core_freesync, *streams, state,
+- core_freesync->map[stream_index].caps->
++ core_freesync->map[map_index].caps->
+ min_refresh_in_micro_hz,
+ state->nominal_refresh_rate_in_micro_hz);
+ }
+--
+2.7.4
+