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

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

drm/amdgpu/gfx9: whitespace cleanup

parent 9e8e453a
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -666,8 +666,7 @@ static int gfx_v9_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 v9_mqd), PAGE_SIZE,