Loading drivers/gpu/msm/adreno.c +1 −1 Original line number Diff line number Diff line Loading @@ -1841,7 +1841,7 @@ static int _adreno_start(struct adreno_device *adreno_dev) if (gmu_dev_ops->hfi_start_msg) { status = gmu_dev_ops->hfi_start_msg(adreno_dev); if (status) goto error_mmu_off; goto error_oob_clear; } /* Enable 64 bit gpu addr if feature is set */ Loading Loading
drivers/gpu/msm/adreno.c +1 −1 Original line number Diff line number Diff line Loading @@ -1841,7 +1841,7 @@ static int _adreno_start(struct adreno_device *adreno_dev) if (gmu_dev_ops->hfi_start_msg) { status = gmu_dev_ops->hfi_start_msg(adreno_dev); if (status) goto error_mmu_off; goto error_oob_clear; } /* Enable 64 bit gpu addr if feature is set */ Loading