Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92821c26 authored by Tom St Denis's avatar Tom St Denis Committed by Alex Deucher
Browse files

drm/amd/amdgpu: Fix indentation in do_set_base() (DCEv8)

parent ff923479
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -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);