Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/msm/adreno/
Dadreno_gpu.h270 static inline uint8_t adreno_patchid(const struct adreno_gpu *gpu) in adreno_patchid() function
345 return adreno_is_a330(gpu) && (adreno_patchid(gpu) > 0); in adreno_is_a330v2()
Da5xx_power.c182 config |= adreno_patchid(adreno_gpu) << AGC_LM_CONFIG_GPU_VERSION_SHIFT; in a540_lm_setup()
Da4xx_gpu.c148 if (adreno_is_a430(adreno_gpu) && adreno_patchid(adreno_gpu) < 2) in a4xx_enable_hwcg()