Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.h287 static inline uint8_t adreno_patchid(const struct adreno_gpu *gpu) in adreno_patchid() function
362 return adreno_is_a330(gpu) && (adreno_patchid(gpu) > 0); in adreno_is_a330v2()
H A Da4xx_gpu.c148 if (adreno_is_a430(adreno_gpu) && adreno_patchid(adreno_gpu) < 2) in a4xx_enable_hwcg()