aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0372-drm-amd-amdgpu-Fix-identation-in-do_set_base-DCEv10.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0372-drm-amd-amdgpu-Fix-identation-in-do_set_base-DCEv10.patch')
-rw-r--r--common/recipes-kernel/linux/files/0372-drm-amd-amdgpu-Fix-identation-in-do_set_base-DCEv10.patch42
1 files changed, 42 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/files/0372-drm-amd-amdgpu-Fix-identation-in-do_set_base-DCEv10.patch b/common/recipes-kernel/linux/files/0372-drm-amd-amdgpu-Fix-identation-in-do_set_base-DCEv10.patch
new file mode 100644
index 00000000..677ff6a8
--- /dev/null
+++ b/common/recipes-kernel/linux/files/0372-drm-amd-amdgpu-Fix-identation-in-do_set_base-DCEv10.patch
@@ -0,0 +1,42 @@
+From 25330f5acca5946192e88115f73de4be8a37fd9b Mon Sep 17 00:00:00 2001
+From: Tom St Denis <tom.stdenis@amd.com>
+Date: Thu, 3 Mar 2016 09:25:05 -0500
+Subject: [PATCH 0372/1110] drm/amd/amdgpu: Fix identation in do_set_base()
+ (DCEv10)
+
+Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
+Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/amdgpu/dce_v10_0.c | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c b/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
+index 8f2367a..80261bc 100644
+--- a/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
++++ b/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
+@@ -2075,8 +2075,7 @@ static int dce_v10_0_crtc_do_set_base(struct drm_crtc *crtc,
+ if (atomic) {
+ amdgpu_fb = to_amdgpu_framebuffer(fb);
+ target_fb = fb;
+- }
+- else {
++ } else {
+ amdgpu_fb = to_amdgpu_framebuffer(crtc->primary->fb);
+ target_fb = crtc->primary->fb;
+ }
+@@ -2090,9 +2089,9 @@ static int dce_v10_0_crtc_do_set_base(struct drm_crtc *crtc,
+ if (unlikely(r != 0))
+ return r;
+
+- if (atomic)
++ if (atomic) {
+ fb_location = amdgpu_bo_gpu_offset(rbo);
+- else {
++ } else {
+ r = amdgpu_bo_pin(rbo, AMDGPU_GEM_DOMAIN_VRAM, &fb_location);
+ if (unlikely(r != 0)) {
+ amdgpu_bo_unreserve(rbo);
+--
+2.7.4
+