aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0775-drm-amd-dal-fix-build-breakage-due-to-rebase.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0775-drm-amd-dal-fix-build-breakage-due-to-rebase.patch')
-rw-r--r--common/recipes-kernel/linux/files/0775-drm-amd-dal-fix-build-breakage-due-to-rebase.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/files/0775-drm-amd-dal-fix-build-breakage-due-to-rebase.patch b/common/recipes-kernel/linux/files/0775-drm-amd-dal-fix-build-breakage-due-to-rebase.patch
new file mode 100644
index 00000000..63ede856
--- /dev/null
+++ b/common/recipes-kernel/linux/files/0775-drm-amd-dal-fix-build-breakage-due-to-rebase.patch
@@ -0,0 +1,27 @@
+From 707ebc42e302f482b32d269fd45967217511d47b Mon Sep 17 00:00:00 2001
+From: Mykola Lysenko <Mykola.Lysenko@amd.com>
+Date: Fri, 5 Feb 2016 16:37:01 -0500
+Subject: [PATCH 0775/1110] drm/amd/dal: fix build breakage due to rebase
+
+Signed-off-by: Mykola Lysenko <Mykola.Lysenko@amd.com>
+Acked-by: Jordan Lazare <Jordan.Lazare@amd.com>
+---
+ drivers/gpu/drm/amd/dal/dc/dce110/dce110_transform_v.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/dal/dc/dce110/dce110_transform_v.c b/drivers/gpu/drm/amd/dal/dc/dce110/dce110_transform_v.c
+index a7c62e0..34fedc5 100644
+--- a/drivers/gpu/drm/amd/dal/dc/dce110/dce110_transform_v.c
++++ b/drivers/gpu/drm/amd/dal/dc/dce110/dce110_transform_v.c
+@@ -22,7 +22,7 @@
+ * Authors: AMD
+ *
+ */
+-
++#include "dm_services.h"
+
+ #include "dc_types.h"
+ #include "core_types.h"
+--
+2.7.4
+