Lines Matching refs:crtc_htotal
1126 htotal = adjusted_mode->crtc_htotal; in g4x_compute_wm()
1619 htotal = adjusted_mode->crtc_htotal; in vlv_compute_wm_level()
2207 int htotal = adjusted_mode->crtc_htotal; in i965_update_wm()
2363 int htotal = adjusted_mode->crtc_htotal; in i9xx_update_wm()
2506 cstate->base.adjusted_mode.crtc_htotal, in ilk_compute_pri_wm()
2531 cstate->base.adjusted_mode.crtc_htotal, in ilk_compute_spr_wm()
2553 cstate->base.adjusted_mode.crtc_htotal, in ilk_compute_cur_wm()
2790 linetime = DIV_ROUND_CLOSEST(adjusted_mode->crtc_htotal * 1000 * 8, in hsw_compute_linetime_wm()
2792 ips_linetime = DIV_ROUND_CLOSEST(adjusted_mode->crtc_htotal * 1000 * 8, in hsw_compute_linetime_wm()
4441 uint32_t crtc_htotal; in intel_get_linetime_us() local
4452 crtc_htotal = cstate->base.adjusted_mode.crtc_htotal; in intel_get_linetime_us()
4453 linetime_us = div_fixed16(crtc_htotal * 1000, pixel_rate); in intel_get_linetime_us()
4625 cstate->base.adjusted_mode.crtc_htotal, in skl_compute_plane_wm()
4632 if ((wp->cpp * cstate->base.adjusted_mode.crtc_htotal / in skl_compute_plane_wm()