Searched refs:adreno_is_a430 (Results 1 – 2 of 2) sorted by relevance
149 if (adreno_is_a430(adreno_gpu) && adreno_gpu->rev.patchid < 2) in a4xx_enable_hwcg()202 } else if (adreno_is_a430(adreno_gpu)) { in a4xx_hw_init()220 if (adreno_is_a430(adreno_gpu)) { in a4xx_hw_init()251 if (adreno_is_a430(adreno_gpu)) in a4xx_hw_init()581 if (adreno_is_a430(adreno_gpu)) { in a4xx_pm_resume()601 if (adreno_is_a430(adreno_gpu)) { in a4xx_pm_suspend()
192 static inline int adreno_is_a430(struct adreno_gpu *gpu) in adreno_is_a430() function