Home
last modified time | relevance | path

Searched refs:busy_cycles (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/msm/adreno/
H A Da3xx_gpu.c497 u64 busy_cycles; in a3xx_gpu_busy() local
499 busy_cycles = gpu_read64(gpu, REG_A3XX_RBBM_PERFCTR_RBBM_1_LO); in a3xx_gpu_busy()
502 return busy_cycles; in a3xx_gpu_busy()
H A Da4xx_gpu.c616 u64 busy_cycles; in a4xx_gpu_busy() local
618 busy_cycles = gpu_read64(gpu, REG_A4XX_RBBM_PERFCTR_RBBM_1_LO); in a4xx_gpu_busy()
621 return busy_cycles; in a4xx_gpu_busy()
H A Da5xx_gpu.c1673 u64 busy_cycles; in a5xx_gpu_busy() local
1675 busy_cycles = gpu_read64(gpu, REG_A5XX_RBBM_PERFCTR_RBBM_0_LO); in a5xx_gpu_busy()
1678 return busy_cycles; in a5xx_gpu_busy()
H A Da6xx_gpu.c2211 u64 busy_cycles; in a6xx_gpu_busy() local
2216 busy_cycles = gmu_read64(&a6xx_gpu->gmu, in a6xx_gpu_busy()
2220 return busy_cycles; in a6xx_gpu_busy()