aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0573-drm-amd-display-Remove-SMU_INTERRUPT_CONTROL.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0573-drm-amd-display-Remove-SMU_INTERRUPT_CONTROL.patch')
-rw-r--r--meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0573-drm-amd-display-Remove-SMU_INTERRUPT_CONTROL.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0573-drm-amd-display-Remove-SMU_INTERRUPT_CONTROL.patch b/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0573-drm-amd-display-Remove-SMU_INTERRUPT_CONTROL.patch
new file mode 100644
index 00000000..7836918c
--- /dev/null
+++ b/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0573-drm-amd-display-Remove-SMU_INTERRUPT_CONTROL.patch
@@ -0,0 +1,36 @@
+From a6f3f1db838a3f980c5b48a1aa75b1724cb27112 Mon Sep 17 00:00:00 2001
+From: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
+Date: Thu, 29 Jun 2017 18:01:35 -0400
+Subject: [PATCH 0573/4131] drm/amd/display: Remove SMU_INTERRUPT_CONTROL
+
+Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
+Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
+Acked-by: Harry Wentland <Harry.Wentland@amd.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.h | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.h b/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.h
+index 8b04996..fd6ba7e 100644
+--- a/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.h
++++ b/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.h
+@@ -50,7 +50,6 @@
+ SR(DMCU_IRAM_RD_CTRL), \
+ SR(DMCU_IRAM_RD_DATA), \
+ SR(DMCU_INTERRUPT_TO_UC_EN_MASK), \
+- SR(SMU_INTERRUPT_CONTROL), \
+ SRI(DIG_BE_CNTL, DIG, id), \
+ SRI(DIG_BE_EN_CNTL, DIG, id), \
+ SRI(DP_CONFIG, DP, id), \
+@@ -137,7 +136,6 @@ struct dce110_link_enc_registers {
+ uint32_t DMCU_IRAM_RD_CTRL;
+ uint32_t DMCU_IRAM_RD_DATA;
+ uint32_t DMCU_INTERRUPT_TO_UC_EN_MASK;
+- uint32_t SMU_INTERRUPT_CONTROL;
+
+ /* Common DP registers */
+ uint32_t DIG_BE_CNTL;
+--
+2.7.4
+