Loading drivers/gpu/msm/adreno_a6xx.c +5 −2 Original line number Diff line number Diff line Loading @@ -801,7 +801,10 @@ static void a6xx_start(struct adreno_device *adreno_dev) /* Setting the mem pool size */ kgsl_regwrite(device, A6XX_CP_MEM_POOL_SIZE, 128); /* Setting the primFifo thresholds default values */ /* Setting the primFifo thresholds values */ if (adreno_is_a640(adreno_dev)) kgsl_regwrite(device, A6XX_PC_DBG_ECO_CNTL, (0x400 << 11)); else kgsl_regwrite(device, A6XX_PC_DBG_ECO_CNTL, (0x300 << 11)); /* Set the AHB default slave response to "ERROR" */ Loading Loading
drivers/gpu/msm/adreno_a6xx.c +5 −2 Original line number Diff line number Diff line Loading @@ -801,7 +801,10 @@ static void a6xx_start(struct adreno_device *adreno_dev) /* Setting the mem pool size */ kgsl_regwrite(device, A6XX_CP_MEM_POOL_SIZE, 128); /* Setting the primFifo thresholds default values */ /* Setting the primFifo thresholds values */ if (adreno_is_a640(adreno_dev)) kgsl_regwrite(device, A6XX_PC_DBG_ECO_CNTL, (0x400 << 11)); else kgsl_regwrite(device, A6XX_PC_DBG_ECO_CNTL, (0x300 << 11)); /* Set the AHB default slave response to "ERROR" */ Loading