Loading drivers/gpu/msm/adreno_a4xx.c +0 −2 Original line number Diff line number Diff line Loading @@ -651,8 +651,6 @@ static void a4xx_start(struct adreno_device *adreno_dev) /* Enable SP/TP power collapse for GPUs that support it */ set_bit(ADRENO_SPTP_PC_CTRL, &adreno_dev->pwrctrl_flag); /* Enable Peak Power Detection(PPD) for GPUs that support it */ set_bit(ADRENO_PPD_CTRL, &adreno_dev->pwrctrl_flag); } int a4xx_perfcounter_enable_vbif(struct adreno_device *adreno_dev, Loading Loading
drivers/gpu/msm/adreno_a4xx.c +0 −2 Original line number Diff line number Diff line Loading @@ -651,8 +651,6 @@ static void a4xx_start(struct adreno_device *adreno_dev) /* Enable SP/TP power collapse for GPUs that support it */ set_bit(ADRENO_SPTP_PC_CTRL, &adreno_dev->pwrctrl_flag); /* Enable Peak Power Detection(PPD) for GPUs that support it */ set_bit(ADRENO_PPD_CTRL, &adreno_dev->pwrctrl_flag); } int a4xx_perfcounter_enable_vbif(struct adreno_device *adreno_dev, Loading