Home
last modified time | relevance | path

Searched refs:perf_cfg (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_core_perf.c56 bw_factor = perf_cfg->bw_inefficiency_factor; in _dpu_core_perf_calc_bw()
114 const struct dpu_perf_cfg *perf_cfg = core_perf->perf_cfg; in _dpu_core_perf_calc_crtc() local
116 if (!perf_cfg || !crtc || !state || !perf) { in _dpu_core_perf_calc_crtc()
190 threshold = kms->perf.perf_cfg->max_bw_high; in dpu_core_perf_crtc_check()
463 (u32 *)&perf->perf_cfg->max_bw_low); in dpu_core_perf_debugfs_init()
465 (u32 *)&perf->perf_cfg->max_bw_high); in dpu_core_perf_debugfs_init()
467 (u32 *)&perf->perf_cfg->min_core_ib); in dpu_core_perf_debugfs_init()
469 (u32 *)&perf->perf_cfg->min_llcc_ib); in dpu_core_perf_debugfs_init()
471 (u32 *)&perf->perf_cfg->min_dram_ib); in dpu_core_perf_debugfs_init()
486 const struct dpu_perf_cfg *perf_cfg, in dpu_core_perf_init() argument
[all …]
H A Ddpu_core_perf.h47 const struct dpu_perf_cfg *perf_cfg; member
88 const struct dpu_perf_cfg *perf_cfg,