aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0554-drm-amd-display-Add-clock-info-struct.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0554-drm-amd-display-Add-clock-info-struct.patch')
-rw-r--r--meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0554-drm-amd-display-Add-clock-info-struct.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0554-drm-amd-display-Add-clock-info-struct.patch b/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0554-drm-amd-display-Add-clock-info-struct.patch
deleted file mode 100644
index 70248133..00000000
--- a/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0554-drm-amd-display-Add-clock-info-struct.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From abc64fcaa2742777498505cf28fc76931c58573a Mon Sep 17 00:00:00 2001
-From: Corbin McElhanney <corbin.mcelhanney@amd.com>
-Date: Mon, 26 Jun 2017 16:47:27 -0400
-Subject: [PATCH 0554/4131] drm/amd/display: Add clock info struct
-
-Signed-off-by: Corbin McElhanney <corbin.mcelhanney@amd.com>
-Reviewed-by: Logatharshan Thothiralingam <Logatharshan.Thothiralingam@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/dm_services_types.h | 6 ++++++
- 1 file changed, 6 insertions(+)
-
-diff --git a/drivers/gpu/drm/amd/display/dc/dm_services_types.h b/drivers/gpu/drm/amd/display/dc/dm_services_types.h
-index b283045..4c04ec5 100644
---- a/drivers/gpu/drm/amd/display/dc/dm_services_types.h
-+++ b/drivers/gpu/drm/amd/display/dc/dm_services_types.h
-@@ -271,4 +271,10 @@ struct dm_pp_static_clock_info {
- enum dm_pp_clocks_state max_clocks_state;
- };
-
-+struct dtn_min_clk_info {
-+ uint32_t disp_clk_khz;
-+ uint32_t min_engine_clock_khz;
-+ uint32_t min_memory_clock_khz;
-+};
-+
- #endif
---
-2.7.4
-