Searched refs:adreno_is_a420 (Results 1 – 2 of 2) sorted by relevance
70 if (adreno_is_a420(adreno_gpu)) { in a4xx_enable_hwcg()191 (adreno_is_a420(adreno_gpu) ? (1 << 29) : 0)); in a4xx_hw_init()199 if (adreno_is_a420(adreno_gpu)) { in a4xx_hw_init()
220 static inline int adreno_is_a420(struct adreno_gpu *gpu) in adreno_is_a420() function