Lines Matching refs:pipe_htotal
1461 static uint32_t ilk_wm_method2(uint32_t pixel_rate, uint32_t pipe_htotal, in ilk_wm_method2() argument
1470 ret = (latency * pixel_rate) / (pipe_htotal * 10000); in ilk_wm_method2()
1484 uint32_t pipe_htotal; member
1492 uint32_t pipe_htotal; member
1534 params->pipe_htotal, in ilk_compute_pri_wm()
1558 params->pipe_htotal, in ilk_compute_spr_wm()
1576 params->pipe_htotal, in ilk_compute_cur_wm()
2045 p->pipe_htotal = intel_crtc->config->base.adjusted_mode.crtc_htotal; in ilk_compute_wm_parameters()
2748 static uint32_t skl_wm_method2(uint32_t pixel_rate, uint32_t pipe_htotal, in skl_wm_method2() argument
2771 ret = DIV_ROUND_UP(wm_intermediate_val, pipe_htotal * 1000) * in skl_wm_method2()
2826 p->pipe_htotal = intel_crtc->config->base.adjusted_mode.crtc_htotal; in skl_compute_wm_pipe_parameters()
2887 p->pipe_htotal, in skl_compute_plane_wm()
2977 return DIV_ROUND_UP(8 * p->pipe_htotal * 1000, p->pixel_rate); in skl_compute_linetime_wm()