aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/0088-drm-amd-display-add-pitch-to-cursor-attributes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/0088-drm-amd-display-add-pitch-to-cursor-attributes.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/0088-drm-amd-display-add-pitch-to-cursor-attributes.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/0088-drm-amd-display-add-pitch-to-cursor-attributes.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/0088-drm-amd-display-add-pitch-to-cursor-attributes.patch
deleted file mode 100644
index 7f33c8f2..00000000
--- a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/0088-drm-amd-display-add-pitch-to-cursor-attributes.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 32d22a85f2986874e0533225b5cdc78632bb77ec Mon Sep 17 00:00:00 2001
-From: Tony Cheng <tony.cheng@amd.com>
-Date: Mon, 19 Dec 2016 18:54:15 -0500
-Subject: [PATCH 0088/4131] drm/amd/display: add pitch to cursor attributes
-
-Signed-off-by: Tony Cheng <tony.cheng@amd.com>
-Reviewed-by: Yongqiang Sun <yongqiang.sun@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/dc_hw_types.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/drivers/gpu/drm/amd/display/dc/dc_hw_types.h b/drivers/gpu/drm/amd/display/dc/dc_hw_types.h
-index bd60337..499f6b2 100644
---- a/drivers/gpu/drm/amd/display/dc/dc_hw_types.h
-+++ b/drivers/gpu/drm/amd/display/dc/dc_hw_types.h
-@@ -407,6 +407,7 @@ union dc_cursor_attribute_flags {
-
- struct dc_cursor_attributes {
- PHYSICAL_ADDRESS_LOC address;
-+ uint32_t pitch;
-
- /* Width and height should correspond to cursor surface width x heigh */
- uint32_t width;
---
-2.7.4
-