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

Commit b0ac2a32 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu/gfx8: whitespace cleanup

parent 0d52c6a1
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -7377,8 +7377,7 @@ static int gfx_v8_0_compute_mqd_soft_init(struct amdgpu_device *adev)
	}

	/* create MQD for each KCQ */
	for (i = 0; i < adev->gfx.num_compute_rings; i++)
	{
	for (i = 0; i < adev->gfx.num_compute_rings; i++) {
		ring = &adev->gfx.compute_ring[i];
		if (!ring->mqd_obj) {
			r = amdgpu_bo_create_kernel(adev, sizeof(struct vi_mqd), PAGE_SIZE,