Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Da3xx_gpu.c176 } else if (adreno_is_a330(adreno_gpu)) { in a3xx_hw_init()
239 else if (adreno_is_a330(adreno_gpu)) in a3xx_hw_init()
244 else if (adreno_is_a330(adreno_gpu)) in a3xx_hw_init()
336 } else if (adreno_is_a330(adreno_gpu)) { in a3xx_hw_init()
562 if (adreno_is_a330(adreno_gpu)) { in a3xx_gpu_init()
H A Dadreno_gpu.h259 static inline bool adreno_is_a330(const struct adreno_gpu *gpu) in adreno_is_a330() function
266 return adreno_is_a330(gpu) && (adreno_patchid(gpu) > 0); in adreno_is_a330v2()