Quoting Jordan Crouse (2018-11-19 15:47:03) > diff --git a/drivers/gpu/drm/msm/adreno/a6xx_gmu.c b/drivers/gpu/drm/msm/adreno/a6xx_gmu.c > index 546599a7ab05..51493f409358 100644 > --- a/drivers/gpu/drm/msm/adreno/a6xx_gmu.c > +++ b/drivers/gpu/drm/msm/adreno/a6xx_gmu.c > @@ -646,9 +646,6 @@ int a6xx_gmu_reset(struct a6xx_gpu *a6xx_gpu) > gmu_poll_timeout(gmu, REG_A6XX_RSCC_TCS3_DRV0_STATUS, val, > (val & 1), 100, 1000); > > - /* Force off the GX GSDC */ > - regulator_force_disable(gmu->gx); > - I was going to ask if the regulator header file was included, but it isn't, so nothing to fix! > /* Disable the resources */ > clk_bulk_disable_unprepare(gmu->nr_clocks, gmu->clocks); > pm_runtime_put_sync(gmu->dev);