Searched refs:out_sample_rate (Results 1 – 5 of 5) sorted by relevance
480 static u64 a3xx_gpu_busy(struct msm_gpu *gpu, unsigned long *out_sample_rate) in a3xx_gpu_busy() argument485 *out_sample_rate = clk_get_rate(gpu->core_clk); in a3xx_gpu_busy()
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()
1661 static u64 a5xx_gpu_busy(struct msm_gpu *gpu, unsigned long *out_sample_rate) in a5xx_gpu_busy() argument1666 *out_sample_rate = clk_get_rate(gpu->core_clk); in a5xx_gpu_busy()
2099 static u64 a6xx_gpu_busy(struct msm_gpu *gpu, unsigned long *out_sample_rate) in a6xx_gpu_busy() argument2106 *out_sample_rate = 19200000; in a6xx_gpu_busy()
74 u64 (*gpu_busy)(struct msm_gpu *gpu, unsigned long *out_sample_rate);