Loading arch/arm64/boot/dts/qcom/sm8150-gpu.dtsi +2 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,8 @@ qcom,initial-pwrlevel = <5>; qcom,gpu-quirk-secvid-set-once; qcom,idle-timeout = <80>; //msecs qcom,no-nap; Loading drivers/gpu/msm/adreno.c +2 −2 Original line number Diff line number Diff line Loading @@ -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"); Loading @@ -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)) Loading Loading
arch/arm64/boot/dts/qcom/sm8150-gpu.dtsi +2 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,8 @@ qcom,initial-pwrlevel = <5>; qcom,gpu-quirk-secvid-set-once; qcom,idle-timeout = <80>; //msecs qcom,no-nap; Loading
drivers/gpu/msm/adreno.c +2 −2 Original line number Diff line number Diff line Loading @@ -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"); Loading @@ -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)) Loading