Lines Matching defs:gpu
25 static int enable_pwrrail(struct msm_gpu *gpu) in enable_pwrrail()
49 static int disable_pwrrail(struct msm_gpu *gpu) in disable_pwrrail()
58 static int enable_clk(struct msm_gpu *gpu) in enable_clk()
70 static int disable_clk(struct msm_gpu *gpu) in disable_clk()
88 static int enable_axi(struct msm_gpu *gpu) in enable_axi()
93 static int disable_axi(struct msm_gpu *gpu) in disable_axi()
99 int msm_gpu_pm_resume(struct msm_gpu *gpu) in msm_gpu_pm_resume()
125 int msm_gpu_pm_suspend(struct msm_gpu *gpu) in msm_gpu_pm_suspend()
151 void msm_gpu_show_fdinfo(struct msm_gpu *gpu, struct msm_file_private *ctx, in msm_gpu_show_fdinfo()
159 int msm_gpu_hw_init(struct msm_gpu *gpu) in msm_gpu_hw_init()
181 struct msm_gpu *gpu = data; in msm_gpu_devcoredump_read() local
216 struct msm_gpu *gpu = data; in msm_gpu_devcoredump_free() local
257 static void msm_gpu_crashstate_capture(struct msm_gpu *gpu, in msm_gpu_crashstate_capture()
300 static void msm_gpu_crashstate_capture(struct msm_gpu *gpu, in msm_gpu_crashstate_capture()
356 struct msm_gpu *gpu = container_of(work, struct msm_gpu, recover_work); in recover_worker() local
451 struct msm_gpu *gpu = container_of(work, struct msm_gpu, fault_work); in fault_worker() local
487 static void hangcheck_timer_reset(struct msm_gpu *gpu) in hangcheck_timer_reset()
494 static bool made_progress(struct msm_gpu *gpu, struct msm_ringbuffer *ring) in made_progress()
511 struct msm_gpu *gpu = from_timer(gpu, t, hangcheck_timer); in hangcheck_handler() local
548 static int update_hw_cntrs(struct msm_gpu *gpu, uint32_t ncntrs, uint32_t *cntrs) in update_hw_cntrs()
568 static void update_sw_cntrs(struct msm_gpu *gpu) in update_sw_cntrs()
592 void msm_gpu_perfcntr_start(struct msm_gpu *gpu) in msm_gpu_perfcntr_start()
608 void msm_gpu_perfcntr_stop(struct msm_gpu *gpu) in msm_gpu_perfcntr_stop()
615 int msm_gpu_perfcntr_sample(struct msm_gpu *gpu, uint32_t *activetime, in msm_gpu_perfcntr_sample()
645 static void retire_submit(struct msm_gpu *gpu, struct msm_ringbuffer *ring, in retire_submit()
694 static void retire_submits(struct msm_gpu *gpu) in retire_submits()
729 struct msm_gpu *gpu = container_of(work, struct msm_gpu, retire_work); in retire_worker() local
735 void msm_gpu_retire(struct msm_gpu *gpu) in msm_gpu_retire()
747 void msm_gpu_submit(struct msm_gpu *gpu, struct msm_gem_submit *submit) in msm_gpu_submit()
794 struct msm_gpu *gpu = data; in irq_handler() local
798 static int get_clocks(struct platform_device *pdev, struct msm_gpu *gpu) in get_clocks()
820 msm_gpu_create_private_address_space(struct msm_gpu *gpu, struct task_struct *task) in msm_gpu_create_private_address_space()
843 struct msm_gpu *gpu, const struct msm_gpu_funcs *funcs, in msm_gpu_init()
996 void msm_gpu_cleanup(struct msm_gpu *gpu) in msm_gpu_cleanup()