We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5597e5 commit 34b149eCopy full SHA for 34b149e
drivers/gpu/drm/msm/adreno/a6xx_gpu.c
@@ -1201,7 +1201,9 @@ static int hw_init(struct msm_gpu *gpu)
1201
1202
if (!adreno_has_gmu_wrapper(adreno_gpu)) {
1203
/* Make sure the GMU keeps the GPU on while we set it up */
1204
- a6xx_gmu_set_oob(&a6xx_gpu->gmu, GMU_OOB_GPU_SET);
+ ret = a6xx_gmu_set_oob(&a6xx_gpu->gmu, GMU_OOB_GPU_SET);
1205
+ if (ret)
1206
+ return ret;
1207
}
1208
1209
/* Clear GBIF halt in case GX domain was not collapsed */
0 commit comments