Loading drivers/gpu/msm/adreno_a6xx_gmu.c +1 −1 Original line number Diff line number Diff line Loading @@ -1319,9 +1319,9 @@ void a6xx_gmu_register_config(struct adreno_device *adreno_dev) /* Vote veto for FAL10 feature if supported*/ if (a6xx_core->veto_fal10) { gmu_core_regwrite(device, A6XX_GPU_GMU_CX_GMU_CX_FAL_INTF, 0x1); gmu_core_regwrite(device, A6XX_GPU_GMU_CX_GMU_CX_FALNEXT_INTF, 0x1); gmu_core_regwrite(device, A6XX_GPU_GMU_CX_GMU_CX_FAL_INTF, 0x1); } /* Turn on TCM retention */ Loading Loading
drivers/gpu/msm/adreno_a6xx_gmu.c +1 −1 Original line number Diff line number Diff line Loading @@ -1319,9 +1319,9 @@ void a6xx_gmu_register_config(struct adreno_device *adreno_dev) /* Vote veto for FAL10 feature if supported*/ if (a6xx_core->veto_fal10) { gmu_core_regwrite(device, A6XX_GPU_GMU_CX_GMU_CX_FAL_INTF, 0x1); gmu_core_regwrite(device, A6XX_GPU_GMU_CX_GMU_CX_FALNEXT_INTF, 0x1); gmu_core_regwrite(device, A6XX_GPU_GMU_CX_GMU_CX_FAL_INTF, 0x1); } /* Turn on TCM retention */ Loading