aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2729-drm-amd-display-Remove-unused-OPP-functions-from-int.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2729-drm-amd-display-Remove-unused-OPP-functions-from-int.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2729-drm-amd-display-Remove-unused-OPP-functions-from-int.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2729-drm-amd-display-Remove-unused-OPP-functions-from-int.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2729-drm-amd-display-Remove-unused-OPP-functions-from-int.patch
new file mode 100644
index 00000000..f053969d
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2729-drm-amd-display-Remove-unused-OPP-functions-from-int.patch
@@ -0,0 +1,37 @@
+From dad6b5e67dbb134058fef0fabc51a02cb41cb3c4 Mon Sep 17 00:00:00 2001
+From: Eric Bernstein <eric.bernstein@amd.com>
+Date: Thu, 2 Nov 2017 17:39:48 -0400
+Subject: [PATCH 2729/4131] drm/amd/display: Remove unused OPP functions from
+ interface
+
+Signed-off-by: Eric Bernstein <eric.bernstein@amd.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/dc/inc/hw/opp.h | 9 ---------
+ 1 file changed, 9 deletions(-)
+
+diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h b/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
+index 8141b67..cd6b0d4 100644
+--- a/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
++++ b/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
+@@ -281,15 +281,6 @@ struct opp_funcs {
+ bool enable,
+ bool rightEyePolarity);
+
+- void (*opp_set_test_pattern)(
+- struct output_pixel_processor *opp,
+- bool enable);
+-
+- void (*opp_dpg_blank_enable)(
+- struct output_pixel_processor *opp,
+- bool enable,
+- int width,
+- int height);
+ };
+
+ #endif
+--
+2.7.4
+