aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0576-drm-amd-dal-Fix-compile-errors.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0576-drm-amd-dal-Fix-compile-errors.patch')
-rw-r--r--common/recipes-kernel/linux/files/0576-drm-amd-dal-Fix-compile-errors.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/common/recipes-kernel/linux/files/0576-drm-amd-dal-Fix-compile-errors.patch b/common/recipes-kernel/linux/files/0576-drm-amd-dal-Fix-compile-errors.patch
deleted file mode 100644
index afd3f937..00000000
--- a/common/recipes-kernel/linux/files/0576-drm-amd-dal-Fix-compile-errors.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From e53ec50463bbf21d92e74c8a6c01e4b221ae1661 Mon Sep 17 00:00:00 2001
-From: David Rokhvarg <David.Rokhvarg@amd.com>
-Date: Thu, 3 Dec 2015 17:23:49 -0500
-Subject: [PATCH 0576/1110] drm/amd/dal: Fix compile errors.
-
-Signed-off-by: David Rokhvarg <David.Rokhvarg@amd.com>
-Signed-off-by: Harry Wentland <harry.wentland@amd.com>
-Acked-by: Harry Wentland <harry.wentland@amd.com>
----
- drivers/gpu/drm/amd/dal/dc/dc_services.h | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/drivers/gpu/drm/amd/dal/dc/dc_services.h b/drivers/gpu/drm/amd/dal/dc/dc_services.h
-index a584b6a..136c323 100644
---- a/drivers/gpu/drm/amd/dal/dc/dc_services.h
-+++ b/drivers/gpu/drm/amd/dal/dc/dc_services.h
-@@ -150,8 +150,8 @@ enum dc_pp_clocks_state {
- };
-
- struct dc_pp_static_clock_info {
-- uint32_t max_engine_clock_hz;
-- uint32_t max_memory_clock_hz;
-+ uint32_t max_sclk_khz;
-+ uint32_t max_mclk_khz;
- /* max possible display block clocks state */
- enum dc_pp_clocks_state max_clocks_state;
- };
---
-2.7.4
-