aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/0081-drm-amd-display-drop-setmode-complete-notifier.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/0081-drm-amd-display-drop-setmode-complete-notifier.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/0081-drm-amd-display-drop-setmode-complete-notifier.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/0081-drm-amd-display-drop-setmode-complete-notifier.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/0081-drm-amd-display-drop-setmode-complete-notifier.patch
new file mode 100644
index 00000000..300a093f
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/0081-drm-amd-display-drop-setmode-complete-notifier.patch
@@ -0,0 +1,37 @@
+From b030093d27e63b4525f3b8a27bdd9e041e8ab061 Mon Sep 17 00:00:00 2001
+From: Dave Airlie <airlied@redhat.com>
+Date: Tue, 13 Dec 2016 16:41:09 +1000
+Subject: [PATCH 0081/4131] drm/amd/display: drop setmode complete notifier
+
+Signed-off-by: Dave Airlie <airlied@redhat.com>
+Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
+Acked-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_services.c | 13 -------------
+ 1 file changed, 13 deletions(-)
+
+diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c
+index b842eaf..5af27aa 100644
+--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c
++++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c
+@@ -427,16 +427,3 @@ bool dm_pp_get_static_clocks(
+ }
+
+ /**** end of power component interfaces ****/
+-
+-/* Calls to notification */
+-
+-void dal_notify_setmode_complete(struct dc_context *ctx,
+- uint32_t h_total,
+- uint32_t v_total,
+- uint32_t h_active,
+- uint32_t v_active,
+- uint32_t pix_clk_in_khz)
+-{
+- /*TODO*/
+-}
+-/* End of calls to notification */
+--
+2.7.4
+