Searched refs:adreno_is_a430 (Results 1 – 2 of 2) sorted by relevance
148 if (adreno_is_a430(adreno_gpu) && adreno_gpu->rev.patchid < 2) in a4xx_enable_hwcg()201 } else if (adreno_is_a430(adreno_gpu)) { in a4xx_hw_init()219 if (adreno_is_a430(adreno_gpu)) { in a4xx_hw_init()250 if (adreno_is_a430(adreno_gpu)) in a4xx_hw_init()580 if (adreno_is_a430(adreno_gpu)) { in a4xx_pm_resume()600 if (adreno_is_a430(adreno_gpu)) { in a4xx_pm_suspend()
199 static inline int adreno_is_a430(struct adreno_gpu *gpu) in adreno_is_a430() function