Searched refs:a6xx_gmu (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/msm/adreno/ |
| A D | a6xx_gmu.h | 47 struct a6xx_gmu { struct 104 static inline u32 gmu_read(struct a6xx_gmu *gmu, u32 offset) in gmu_read() argument 191 void a6xx_hfi_init(struct a6xx_gmu *gmu); 192 int a6xx_hfi_start(struct a6xx_gmu *gmu, int boot_state); 193 void a6xx_hfi_stop(struct a6xx_gmu *gmu); 194 int a6xx_hfi_send_prep_slumber(struct a6xx_gmu *gmu); 195 int a6xx_hfi_set_freq(struct a6xx_gmu *gmu, int index); 197 bool a6xx_gmu_gx_is_on(struct a6xx_gmu *gmu); 198 bool a6xx_gmu_sptprac_is_on(struct a6xx_gmu *gmu); 199 void a6xx_sptprac_disable(struct a6xx_gmu *gmu); [all …]
|
| A D | a6xx_gmu.c | 20 static void a6xx_gmu_fault(struct a6xx_gmu *gmu) in a6xx_gmu_fault() 38 struct a6xx_gmu *gmu = data; in a6xx_gmu_irq() 62 struct a6xx_gmu *gmu = data; in a6xx_hfi_irq() 93 bool a6xx_gmu_gx_is_on(struct a6xx_gmu *gmu) in a6xx_gmu_gx_is_on() 113 struct a6xx_gmu *gmu = &a6xx_gpu->gmu; in a6xx_gmu_set_freq() 173 struct a6xx_gmu *gmu = &a6xx_gpu->gmu; in a6xx_gmu_get_freq() 1016 struct a6xx_gmu *gmu = &a6xx_gpu->gmu; in a6xx_gmu_resume() 1186 struct a6xx_gmu *gmu = &a6xx_gpu->gmu; in a6xx_gmu_stop() 1540 struct a6xx_gmu *gmu = &a6xx_gpu->gmu; in a6xx_gmu_remove() 1589 struct a6xx_gmu *gmu = container_of(nb, struct a6xx_gmu, pd_nb); in cxpd_notifier_cb() [all …]
|
| A D | a6xx_hfi.c | 28 static int a6xx_hfi_queue_read(struct a6xx_gmu *gmu, in a6xx_hfi_queue_read() 66 static int a6xx_hfi_queue_write(struct a6xx_gmu *gmu, in a6xx_hfi_queue_write() 171 static int a6xx_hfi_send_msg(struct a6xx_gmu *gmu, int id, in a6xx_hfi_send_msg() 239 static int a6xx_hfi_send_perf_table(struct a6xx_gmu *gmu) in a6xx_hfi_send_perf_table() 631 static int a6xx_hfi_send_bw_table(struct a6xx_gmu *gmu) in a6xx_hfi_send_bw_table() 662 static int a6xx_hfi_send_test(struct a6xx_gmu *gmu) in a6xx_hfi_send_test() 670 static int a6xx_hfi_send_start(struct a6xx_gmu *gmu) in a6xx_hfi_send_start() 686 int a6xx_hfi_set_freq(struct a6xx_gmu *gmu, int index) in a6xx_hfi_set_freq() 698 int a6xx_hfi_send_prep_slumber(struct a6xx_gmu *gmu) in a6xx_hfi_send_prep_slumber() 774 void a6xx_hfi_stop(struct a6xx_gmu *gmu) in a6xx_hfi_stop() [all …]
|
| A D | a6xx_gpu.h | 37 struct a6xx_gmu gmu; 100 int a6xx_gmu_wait_for_idle(struct a6xx_gmu *gmu); 102 bool a6xx_gmu_isidle(struct a6xx_gmu *gmu); 104 int a6xx_gmu_set_oob(struct a6xx_gmu *gmu, enum a6xx_gmu_oob_state state); 105 void a6xx_gmu_clear_oob(struct a6xx_gmu *gmu, enum a6xx_gmu_oob_state state);
|
| A D | a6xx_gpu.c | 412 struct a6xx_gmu *gmu = &a6xx_gpu->gmu; in a6xx_set_hwcg() 865 struct a6xx_gmu *gmu = &a6xx_gpu->gmu; in hw_init() 1228 struct a6xx_gmu *gmu = &a6xx_gpu->gmu; in a6xx_recover() 1844 struct a6xx_gmu *gmu = &a6xx_gpu->gmu; in a6xx_pm_resume() 1922 struct a6xx_gmu *gmu = &a6xx_gpu->gmu; in a6xx_pm_suspend()
|
| A D | a6xx_gpu_state.c | 1181 struct a6xx_gmu *gmu = &a6xx_gpu->gmu; in _a6xx_get_gmu_registers() 1268 struct a6xx_gmu *gmu = &a6xx_gpu->gmu; in a6xx_snapshot_gmu_hfi_history()
|
| /linux/drivers/gpu/drm/msm/ |
| A D | Makefile | 24 adreno/a6xx_gmu.o \ 197 generated/a6xx_gmu.xml.h \
|
Completed in 542 milliseconds