aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0376-drm-amd-amdgpu-Fix-indentation-in-do_set_base-DCEv8.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0376-drm-amd-amdgpu-Fix-indentation-in-do_set_base-DCEv8.patch')
-rw-r--r--common/recipes-kernel/linux/files/0376-drm-amd-amdgpu-Fix-indentation-in-do_set_base-DCEv8.patch42
1 files changed, 42 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/files/0376-drm-amd-amdgpu-Fix-indentation-in-do_set_base-DCEv8.patch b/common/recipes-kernel/linux/files/0376-drm-amd-amdgpu-Fix-indentation-in-do_set_base-DCEv8.patch
new file mode 100644
index 00000000..6f187239
--- /dev/null
+++ b/common/recipes-kernel/linux/files/0376-drm-amd-amdgpu-Fix-indentation-in-do_set_base-DCEv8.patch
@@ -0,0 +1,42 @@
+From b8865aa0153679f12e317b53209967c76deb8cdf Mon Sep 17 00:00:00 2001
+From: Tom St Denis <tom.stdenis@amd.com>
+Date: Thu, 3 Mar 2016 09:46:41 -0500
+Subject: [PATCH 0376/1110] drm/amd/amdgpu: Fix indentation in do_set_base()
+ (DCEv8)
+
+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_v8_0.c | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c b/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
+index 8af3596..b351e76 100644
+--- a/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
++++ b/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
+@@ -2012,8 +2012,7 @@ static int dce_v8_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;
+ }
+@@ -2027,9 +2026,9 @@ static int dce_v8_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
+