Searched defs:gmu (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/msm/adreno/ | 
| D | a6xx_gmu.c | 13 static void a6xx_gmu_fault(struct a6xx_gmu *gmu)  in a6xx_gmu_fault()33 	struct a6xx_gmu *gmu = data;  in a6xx_gmu_irq()  local
 57 	struct a6xx_gmu *gmu = data;  in a6xx_hfi_irq()  local
 72 bool a6xx_gmu_sptprac_is_on(struct a6xx_gmu *gmu)  in a6xx_gmu_sptprac_is_on()
 88 bool a6xx_gmu_gx_is_on(struct a6xx_gmu *gmu)  in a6xx_gmu_gx_is_on()
 103 static void __a6xx_gmu_set_freq(struct a6xx_gmu *gmu, int index)  in __a6xx_gmu_set_freq()
 142 	struct a6xx_gmu *gmu = &a6xx_gpu->gmu;  in a6xx_gmu_set_freq()  local
 159 	struct a6xx_gmu *gmu = &a6xx_gpu->gmu;  in a6xx_gmu_get_freq()  local
 164 static bool a6xx_gmu_check_idle_level(struct a6xx_gmu *gmu)  in a6xx_gmu_check_idle_level()
 185 int a6xx_gmu_wait_for_idle(struct a6xx_gmu *gmu)  in a6xx_gmu_wait_for_idle()
 [all …]
 
 | 
| D | a6xx_hfi.c | 54 static int a6xx_hfi_queue_write(struct a6xx_gmu *gmu,  in a6xx_hfi_queue_write()82 static int a6xx_hfi_wait_for_ack(struct a6xx_gmu *gmu, u32 id, u32 seqnum,  in a6xx_hfi_wait_for_ack()
 151 static int a6xx_hfi_send_msg(struct a6xx_gmu *gmu, int id,  in a6xx_hfi_send_msg()
 174 static int a6xx_hfi_send_gmu_init(struct a6xx_gmu *gmu, int boot_state)  in a6xx_hfi_send_gmu_init()
 186 static int a6xx_hfi_get_fw_version(struct a6xx_gmu *gmu, u32 *version)  in a6xx_hfi_get_fw_version()
 197 static int a6xx_hfi_send_perf_table(struct a6xx_gmu *gmu)  in a6xx_hfi_send_perf_table()
 219 static int a6xx_hfi_send_bw_table(struct a6xx_gmu *gmu)  in a6xx_hfi_send_bw_table()
 266 static int a6xx_hfi_send_test(struct a6xx_gmu *gmu)  in a6xx_hfi_send_test()
 274 int a6xx_hfi_start(struct a6xx_gmu *gmu, int boot_state)  in a6xx_hfi_start()
 309 void a6xx_hfi_stop(struct a6xx_gmu *gmu)  in a6xx_hfi_stop()
 [all …]
 
 | 
| D | a6xx_gmu.h | 82 static inline u32 gmu_read(struct a6xx_gmu *gmu, u32 offset)  in gmu_read()87 static inline void gmu_write(struct a6xx_gmu *gmu, u32 offset, u32 value)  in gmu_write()
 92 static inline void gmu_rmw(struct a6xx_gmu *gmu, u32 reg, u32 mask, u32 or)  in gmu_rmw()
 101 static inline u64 gmu_read64(struct a6xx_gmu *gmu, u32 lo, u32 hi)  in gmu_read64()
 111 #define gmu_poll_timeout(gmu, addr, val, cond, interval, timeout) \  argument
 
 | 
| D | a6xx_gpu.h | 23 	struct a6xx_gmu gmu;  member
 | 
| D | a6xx_gpu.c | 269 	struct a6xx_gmu *gmu = &a6xx_gpu->gmu;  in a6xx_set_hwcg()  local
 | 
| D | a6xx_gpu_state.c | 724 	struct a6xx_gmu *gmu = &a6xx_gpu->gmu;  in _a6xx_get_gmu_registers()  local
 | 
| /Linux-v5.4/arch/arm64/boot/dts/qcom/ | 
| D | sdm845.dtsi | 2893 		gmu: gmu@506a000 {  label
 |