Searched refs:out_sample_rate (Results 1 – 5 of 5) sorted by relevance
614 static u64 a4xx_gpu_busy(struct msm_gpu *gpu, unsigned long *out_sample_rate) in a4xx_gpu_busy() argument619 *out_sample_rate = clk_get_rate(gpu->core_clk); in a4xx_gpu_busy()
495 static u64 a3xx_gpu_busy(struct msm_gpu *gpu, unsigned long *out_sample_rate) in a3xx_gpu_busy() argument500 *out_sample_rate = clk_get_rate(gpu->core_clk); in a3xx_gpu_busy()
1671 static u64 a5xx_gpu_busy(struct msm_gpu *gpu, unsigned long *out_sample_rate) in a5xx_gpu_busy() argument1676 *out_sample_rate = clk_get_rate(gpu->core_clk); in a5xx_gpu_busy()
2011 static u64 a6xx_gpu_busy(struct msm_gpu *gpu, unsigned long *out_sample_rate) in a6xx_gpu_busy() argument2018 *out_sample_rate = 19200000; in a6xx_gpu_busy()
74 u64 (*gpu_busy)(struct msm_gpu *gpu, unsigned long *out_sample_rate);