aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000/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 'meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1036-drm-amdgpu-Remove-unused-flip_flags-from-amdgpu_crtc.patch')
-rw-r--r--meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1036-drm-amdgpu-Remove-unused-flip_flags-from-amdgpu_crtc.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1036-drm-amdgpu-Remove-unused-flip_flags-from-amdgpu_crtc.patch b/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1036-drm-amdgpu-Remove-unused-flip_flags-from-amdgpu_crtc.patch
deleted file mode 100644
index 24538431..00000000
--- a/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1036-drm-amdgpu-Remove-unused-flip_flags-from-amdgpu_crtc.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-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
-