• Home
  • Raw
  • Download

Lines Matching defs:gpu

29 static void bs_init(struct msm_gpu *gpu)  in bs_init()
37 static void bs_fini(struct msm_gpu *gpu) in bs_fini()
45 static void bs_set(struct msm_gpu *gpu, int idx) in bs_set()
53 static void bs_init(struct msm_gpu *gpu) {} in bs_init()
54 static void bs_fini(struct msm_gpu *gpu) {} in bs_fini()
55 static void bs_set(struct msm_gpu *gpu, int idx) {} in bs_set()
58 static int enable_pwrrail(struct msm_gpu *gpu) in enable_pwrrail()
82 static int disable_pwrrail(struct msm_gpu *gpu) in disable_pwrrail()
91 static int enable_clk(struct msm_gpu *gpu) in enable_clk()
114 static int disable_clk(struct msm_gpu *gpu) in disable_clk()
137 static int enable_axi(struct msm_gpu *gpu) in enable_axi()
146 static int disable_axi(struct msm_gpu *gpu) in disable_axi()
155 int msm_gpu_pm_resume(struct msm_gpu *gpu) in msm_gpu_pm_resume()
185 int msm_gpu_pm_suspend(struct msm_gpu *gpu) in msm_gpu_pm_suspend()
221 struct msm_gpu *gpu = container_of(work, struct msm_gpu, inactive_work); in inactive_worker() local
239 struct msm_gpu *gpu = (struct msm_gpu *)data; in inactive_handler() local
246 static void inactive_cancel(struct msm_gpu *gpu) in inactive_cancel()
257 static void inactive_start(struct msm_gpu *gpu) in inactive_start()
272 struct msm_gpu *gpu = container_of(work, struct msm_gpu, recover_work); in recover_worker() local
298 static void hangcheck_timer_reset(struct msm_gpu *gpu) in hangcheck_timer_reset()
307 struct msm_gpu *gpu = (struct msm_gpu *)data; in hangcheck_handler() local
340 static int update_hw_cntrs(struct msm_gpu *gpu, uint32_t ncntrs, uint32_t *cntrs) in update_hw_cntrs()
360 static void update_sw_cntrs(struct msm_gpu *gpu) in update_sw_cntrs()
384 void msm_gpu_perfcntr_start(struct msm_gpu *gpu) in msm_gpu_perfcntr_start()
398 void msm_gpu_perfcntr_stop(struct msm_gpu *gpu) in msm_gpu_perfcntr_stop()
404 int msm_gpu_perfcntr_sample(struct msm_gpu *gpu, uint32_t *activetime, in msm_gpu_perfcntr_sample()
434 static void retire_submits(struct msm_gpu *gpu, uint32_t fence) in retire_submits()
457 struct msm_gpu *gpu = container_of(work, struct msm_gpu, retire_work); in retire_worker() local
491 void msm_gpu_retire(struct msm_gpu *gpu) in msm_gpu_retire()
499 int msm_gpu_submit(struct msm_gpu *gpu, struct msm_gem_submit *submit, in msm_gpu_submit()
560 struct msm_gpu *gpu = data; in irq_handler() local
570 struct msm_gpu *gpu, const struct msm_gpu_funcs *funcs, in msm_gpu_init()
687 void msm_gpu_cleanup(struct msm_gpu *gpu) in msm_gpu_cleanup()