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

Commit 1a3f6c99 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Enable gpu-quirk-secvid-set-once for sm8150"

parents f3424061 8a9c5e2f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -77,6 +77,8 @@

		qcom,initial-pwrlevel = <5>;

		qcom,gpu-quirk-secvid-set-once;

		qcom,idle-timeout = <80>; //msecs
		qcom,no-nap;

+2 −2
Original line number Diff line number Diff line
@@ -1860,8 +1860,6 @@ static int _adreno_start(struct adreno_device *adreno_dev)
	if (status)
		goto error_pwr_off;

	_set_secvid(device);

	status = adreno_ocmem_malloc(adreno_dev);
	if (status) {
		KGSL_DRV_ERR(device, "OCMEM malloc failed\n");
@@ -1881,6 +1879,8 @@ static int _adreno_start(struct adreno_device *adreno_dev)
			goto error_oob_clear;
	}

	_set_secvid(device);

	/* Enable 64 bit gpu addr if feature is set */
	if (gpudev->enable_64bit &&
			adreno_support_64bit(adreno_dev))