aboutsummaryrefslogtreecommitdiffstats
path: root/common/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 'common/recipes-kernel/linux/linux-yocto-4.14.71/0088-drm-amd-display-add-pitch-to-cursor-attributes.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/0088-drm-amd-display-add-pitch-to-cursor-attributes.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/0088-drm-amd-display-add-pitch-to-cursor-attributes.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/0088-drm-amd-display-add-pitch-to-cursor-attributes.patch
new file mode 100644
index 00000000..7f33c8f2
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.14.71/0088-drm-amd-display-add-pitch-to-cursor-attributes.patch
@@ -0,0 +1,28 @@
+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
+