aboutsummaryrefslogtreecommitdiffstats
path: root/meta-r1000/recipes-kernel/linux/linux-yocto-4.14.71/4537-drm-amd-display-Fix-indentation-in-dcn10-resource-co.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-r1000/recipes-kernel/linux/linux-yocto-4.14.71/4537-drm-amd-display-Fix-indentation-in-dcn10-resource-co.patch')
-rw-r--r--meta-r1000/recipes-kernel/linux/linux-yocto-4.14.71/4537-drm-amd-display-Fix-indentation-in-dcn10-resource-co.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-r1000/recipes-kernel/linux/linux-yocto-4.14.71/4537-drm-amd-display-Fix-indentation-in-dcn10-resource-co.patch b/meta-r1000/recipes-kernel/linux/linux-yocto-4.14.71/4537-drm-amd-display-Fix-indentation-in-dcn10-resource-co.patch
deleted file mode 100644
index f2b983d3..00000000
--- a/meta-r1000/recipes-kernel/linux/linux-yocto-4.14.71/4537-drm-amd-display-Fix-indentation-in-dcn10-resource-co.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From a9d5020a6579694bba7db5c283525fe9c7082118 Mon Sep 17 00:00:00 2001
-From: Hersen Wu <hersenxs.wu@amd.com>
-Date: Tue, 8 May 2018 16:35:09 -0400
-Subject: [PATCH 4537/5725] drm/amd/display: Fix indentation in dcn10 resource
- constructor
-
-Signed-off-by: Hersen Wu <hersenxs.wu@amd.com>
-Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
-Acked-by: Harry Wentland <harry.wentland@amd.com>
----
- drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c
-index df5cb2d..99c223b 100644
---- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c
-+++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c
-@@ -1004,7 +1004,8 @@ static bool construct(
-
- ctx->dc_bios->regs = &bios_regs;
-
-- pool->base.res_cap = &res_cap;
-+ pool->base.res_cap = &res_cap;
-+
- pool->base.funcs = &dcn10_res_pool_funcs;
-
- /*
---
-2.7.4
-