aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0018-drm-Move-LEAVE-ENTER_ATOMIC_MODESET-to-fbdev-helpers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0018-drm-Move-LEAVE-ENTER_ATOMIC_MODESET-to-fbdev-helpers.patch')
-rw-r--r--common/recipes-kernel/linux/files/0018-drm-Move-LEAVE-ENTER_ATOMIC_MODESET-to-fbdev-helpers.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/common/recipes-kernel/linux/files/0018-drm-Move-LEAVE-ENTER_ATOMIC_MODESET-to-fbdev-helpers.patch b/common/recipes-kernel/linux/files/0018-drm-Move-LEAVE-ENTER_ATOMIC_MODESET-to-fbdev-helpers.patch
deleted file mode 100644
index f8d04042..00000000
--- a/common/recipes-kernel/linux/files/0018-drm-Move-LEAVE-ENTER_ATOMIC_MODESET-to-fbdev-helpers.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 0dd3eb7611d2cb97a1ad7c02ea7d504bf0e5a086 Mon Sep 17 00:00:00 2001
-From: Daniel Vetter <daniel.vetter@ffwll.ch>
-Date: Fri, 4 Dec 2015 09:45:43 +0100
-Subject: [PATCH 0018/1110] drm: Move LEAVE/ENTER_ATOMIC_MODESET to fbdev
- helpers
-
-This is only used for kgdb (and previously panic) handlers in
-the fbdev emulation, so belongs there.
-
-Note that this means we'll leave behind a forward declaration, but
-once all the helper vtables are consolidated (in the next patch) that
-will make more sense.
-
-v2: fixup radone/amdgpu.
-
-Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-Link: http://patchwork.freedesktop.org/patch/msgid/1449218769-16577-3-git-send-email-daniel.vetter@ffwll.ch
-Reviewed-by: Thierry Reding <treding@nvidia.com> (v2)
----
- drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
-index cfb48e3..3b2d75d 100644
---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
-+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
-@@ -35,6 +35,7 @@
- #include <drm/drm_dp_helper.h>
- #include <drm/drm_fixed.h>
- #include <drm/drm_crtc_helper.h>
-+#include <drm/drm_fb_helper.h>
- #include <drm/drm_plane_helper.h>
- #include <linux/i2c.h>
- #include <linux/i2c-algo-bit.h>
---
-2.7.4
-