aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/1036-drm-amdgpu-Remove-unused-flip_flags-from-amdgpu_crtc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/1036-drm-amdgpu-Remove-unused-flip_flags-from-amdgpu_crtc.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/1036-drm-amdgpu-Remove-unused-flip_flags-from-amdgpu_crtc.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/1036-drm-amdgpu-Remove-unused-flip_flags-from-amdgpu_crtc.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/1036-drm-amdgpu-Remove-unused-flip_flags-from-amdgpu_crtc.patch
new file mode 100644
index 00000000..24538431
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.14.71/1036-drm-amdgpu-Remove-unused-flip_flags-from-amdgpu_crtc.patch
@@ -0,0 +1,32 @@
+From 2f6f83af3afa29071647b1a846383b5933b715a5 Mon Sep 17 00:00:00 2001
+From: Harry Wentland <harry.wentland@amd.com>
+Date: Thu, 31 Aug 2017 21:17:05 -0400
+Subject: [PATCH 1036/4131] drm/amdgpu: Remove unused flip_flags from
+ amdgpu_crtc
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+No more need since Andrey's change to use drm_crtc's version
+
+Signed-off-by: Harry Wentland <harry.wentland@amd.com>
+Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
+---
+ drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
+index 5c527f4..7aeae3c 100644
+--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
++++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
+@@ -440,7 +440,6 @@ struct amdgpu_crtc {
+ enum amdgpu_interrupt_state vsync_timer_enabled;
+
+ int otg_inst;
+- uint32_t flip_flags;
+ /* After Set Mode stream will be non-NULL */
+ const struct dc_stream *stream;
+ struct drm_pending_vblank_event *event;
+--
+2.7.4
+