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

Commit 5fcb8055 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Reorder SP/TP and PPD initialization"

parents 6a695fc7 39242b7d
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -1144,6 +1144,11 @@ static int _adreno_start(struct adreno_device *adreno_dev)

	adreno_perfcounter_start(adreno_dev);

	status = adreno_ringbuffer_cold_start(adreno_dev);

	if (status)
		goto error_irq_off;

	/* Enable h/w power collapse feature */
	if (gpudev->enable_pc)
		gpudev->enable_pc(adreno_dev);
@@ -1152,10 +1157,6 @@ static int _adreno_start(struct adreno_device *adreno_dev)
	if (gpudev->enable_ppd)
		gpudev->enable_ppd(adreno_dev);

	status = adreno_ringbuffer_cold_start(adreno_dev);
	if (status)
		goto error_irq_off;

	/* Start the dispatcher */
	adreno_dispatcher_start(device);