Searched defs:gmu (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/msm/adreno/ |
A D | a6xx_gmu.c | 17 static void a6xx_gmu_fault(struct a6xx_gmu *gmu) in a6xx_gmu_fault() 35 struct a6xx_gmu *gmu = data; in a6xx_gmu_irq() local 59 struct a6xx_gmu *gmu = data; in a6xx_hfi_irq() local 90 bool a6xx_gmu_gx_is_on(struct a6xx_gmu *gmu) in a6xx_gmu_gx_is_on() 110 struct a6xx_gmu *gmu = &a6xx_gpu->gmu; in a6xx_gmu_set_freq() local 170 struct a6xx_gmu *gmu = &a6xx_gpu->gmu; in a6xx_gmu_get_freq() local 973 struct a6xx_gmu *gmu = &a6xx_gpu->gmu; in a6xx_gmu_resume() local 1052 bool a6xx_gmu_isidle(struct a6xx_gmu *gmu) in a6xx_gmu_isidle() 1130 struct a6xx_gmu *gmu = &a6xx_gpu->gmu; in a6xx_gmu_stop() local 1477 struct a6xx_gmu *gmu = &a6xx_gpu->gmu; in a6xx_gmu_remove() local [all …]
|
A D | a6xx_hfi.c | 26 static int a6xx_hfi_queue_read(struct a6xx_gmu *gmu, in a6xx_hfi_queue_read() 64 static int a6xx_hfi_queue_write(struct a6xx_gmu *gmu, in a6xx_hfi_queue_write() 169 static int a6xx_hfi_send_msg(struct a6xx_gmu *gmu, int id, in a6xx_hfi_send_msg() 237 static int a6xx_hfi_send_perf_table(struct a6xx_gmu *gmu) in a6xx_hfi_send_perf_table() 516 static int a6xx_hfi_send_bw_table(struct a6xx_gmu *gmu) in a6xx_hfi_send_bw_table() 541 static int a6xx_hfi_send_test(struct a6xx_gmu *gmu) in a6xx_hfi_send_test() 549 static int a6xx_hfi_send_start(struct a6xx_gmu *gmu) in a6xx_hfi_send_start() 565 int a6xx_hfi_set_freq(struct a6xx_gmu *gmu, int index) in a6xx_hfi_set_freq() 577 int a6xx_hfi_send_prep_slumber(struct a6xx_gmu *gmu) in a6xx_hfi_send_prep_slumber() 653 void a6xx_hfi_stop(struct a6xx_gmu *gmu) in a6xx_hfi_stop() [all …]
|
A D | a6xx_gmu.h | 94 static inline u32 gmu_read(struct a6xx_gmu *gmu, u32 offset) in gmu_read() 99 static inline void gmu_write(struct a6xx_gmu *gmu, u32 offset, u32 value) in gmu_write() 105 gmu_write_bulk(struct a6xx_gmu *gmu, u32 offset, const u32 *data, u32 size) in gmu_write_bulk() 111 static inline void gmu_rmw(struct a6xx_gmu *gmu, u32 reg, u32 mask, u32 or) in gmu_rmw() 120 static inline u64 gmu_read64(struct a6xx_gmu *gmu, u32 lo, u32 hi) in gmu_read64() 130 #define gmu_poll_timeout(gmu, addr, val, cond, interval, timeout) \ argument 134 static inline u32 gmu_read_rscc(struct a6xx_gmu *gmu, u32 offset) in gmu_read_rscc() 139 static inline void gmu_write_rscc(struct a6xx_gmu *gmu, u32 offset, u32 value) in gmu_write_rscc() 144 #define gmu_poll_timeout_rscc(gmu, addr, val, cond, interval, timeout) \ argument
|
A D | a6xx_gpu.h | 23 struct a6xx_gmu gmu; member
|
A D | a6xx_gpu_state.c | 784 struct a6xx_gmu *gmu = &a6xx_gpu->gmu; in _a6xx_get_gmu_registers() local 871 struct a6xx_gmu *gmu = &a6xx_gpu->gmu; in a6xx_snapshot_gmu_hfi_history() local
|
A D | a6xx_gpu.c | 595 struct a6xx_gmu *gmu = &a6xx_gpu->gmu; in a6xx_set_hwcg() local
|
/linux-6.3-rc2/arch/arm64/boot/dts/qcom/ |
A D | sm8350.dtsi | 1849 gmu: gmu@3d6a000 { label
|
A D | sm8150.dtsi | 2198 gmu: gmu@2c6a000 { label
|
A D | sc7180.dtsi | 2098 gmu: gmu@506a000 { label
|
A D | sm8250.dtsi | 2604 gmu: gmu@3d6a000 { label
|
A D | sdm845.dtsi | 4777 gmu: gmu@506a000 { label
|
A D | sc7280.dtsi | 2619 gmu: gmu@3d6a000 { label
|
Completed in 68 milliseconds