aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2082-drm-amdgpu-fix-indentation-in-amdgpu_display.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2082-drm-amdgpu-fix-indentation-in-amdgpu_display.h.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2082-drm-amdgpu-fix-indentation-in-amdgpu_display.h.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2082-drm-amdgpu-fix-indentation-in-amdgpu_display.h.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2082-drm-amdgpu-fix-indentation-in-amdgpu_display.h.patch
new file mode 100644
index 00000000..80401dc4
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2082-drm-amdgpu-fix-indentation-in-amdgpu_display.h.patch
@@ -0,0 +1,35 @@
+From 8d0bbe0d70fea84c61c7fa91b001286d6813c150 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Christian=20K=C3=B6nig?= <christian.koenig@amd.com>
+Date: Mon, 23 Oct 2017 16:45:49 +0200
+Subject: [PATCH 2082/4131] drm/amdgpu: fix indentation in amdgpu_display.h
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+That was somehow completely of.
+
+Signed-off-by: Christian König <christian.koenig@amd.com>
+Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/amdgpu/amdgpu_display.h | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.h
+index 3cc0ef0..11ae4ab 100644
+--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.h
++++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.h
+@@ -25,9 +25,8 @@
+
+ struct drm_framebuffer *
+ amdgpu_user_framebuffer_create(struct drm_device *dev,
+- struct drm_file *file_priv,
+- const struct drm_mode_fb_cmd2 *mode_cmd);
+-
++ struct drm_file *file_priv,
++ const struct drm_mode_fb_cmd2 *mode_cmd);
+ void amdgpu_output_poll_changed(struct drm_device *dev);
+
+ #endif
+--
+2.7.4
+