Searched refs:icc_set_bw (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | interconnect.h | 32 int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw); 53 static inline int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) in icc_set_bw() function
|
| /Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_mdss.c | 62 icc_set_bw(dpu_mdss->path[i], avg_bw, kBps_to_icc(MAX_BW)); in dpu_mdss_icc_request_bw() 198 icc_set_bw(dpu_mdss->path[i], 0, 0); in dpu_mdss_disable()
|
| /Linux-v5.4/drivers/interconnect/ |
| D | core.c | 432 int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) in icc_set_bw() function 476 EXPORT_SYMBOL_GPL(icc_set_bw); 535 ret = icc_set_bw(path, 0, 0); in icc_put()
|
| /Linux-v5.4/drivers/gpu/drm/msm/disp/mdp5/ |
| D | mdp5_kms.c | 1087 icc_set_bw(path0, 0, MBps_to_icc(6400)); in mdp5_setup_interconnect() 1090 icc_set_bw(path1, 0, MBps_to_icc(6400)); in mdp5_setup_interconnect() 1092 icc_set_bw(path_rot, 0, MBps_to_icc(6400)); in mdp5_setup_interconnect()
|
| /Linux-v5.4/drivers/gpu/drm/msm/adreno/ |
| D | a6xx_gmu.c | 135 icc_set_bw(gpu->icc_path, 0, MBps_to_icc(7216)); in __a6xx_gmu_set_freq() 717 icc_set_bw(gpu->icc_path, 0, MBps_to_icc(3072)); in a6xx_gmu_resume() 861 icc_set_bw(gpu->icc_path, 0, 0); in a6xx_gmu_stop()
|