Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Dintel_pm.c1897 static uint32_t ilk_wm_method2(uint32_t pixel_rate, uint32_t pipe_htotal, in ilk_wm_method2() argument
1906 ret = (latency * pixel_rate) / (pipe_htotal * 10000); in ilk_wm_method2()
1920 uint32_t pipe_htotal; member
1962 params->pipe_htotal, in ilk_compute_pri_wm()
1986 params->pipe_htotal, in ilk_compute_spr_wm()
2004 params->pipe_htotal, in ilk_compute_cur_wm()
2385 p->pipe_htotal = intel_crtc->config.adjusted_mode.crtc_htotal; in ilk_compute_wm_parameters()