Home
last modified time | relevance | path

Searched refs:adreno_is_a330 (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/msm/adreno/
Da3xx_gpu.c135 } else if (adreno_is_a330(adreno_gpu)) { in a3xx_hw_init()
198 else if (adreno_is_a330(adreno_gpu)) in a3xx_hw_init()
203 else if (adreno_is_a330(adreno_gpu)) in a3xx_hw_init()
285 } else if (adreno_is_a330(adreno_gpu)) { in a3xx_hw_init()
570 if (adreno_is_a330(adreno_gpu)) { in a3xx_gpu_init()
Dadreno_gpu.h211 static inline bool adreno_is_a330(struct adreno_gpu *gpu) in adreno_is_a330() function
218 return adreno_is_a330(gpu) && (gpu->rev.patchid > 0); in adreno_is_a330v2()