Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_pm.c897 unsigned int pipe_htotal, in vlv_wm_method2() argument
904 ret = (latency * pixel_rate) / (pipe_htotal * 10000); in vlv_wm_method2()
1690 static uint32_t ilk_wm_method2(uint32_t pixel_rate, uint32_t pipe_htotal, in ilk_wm_method2() argument
1699 ret = (latency * pixel_rate) / (pipe_htotal * 10000); in ilk_wm_method2()
1713 uint32_t pipe_htotal; member
3009 static uint32_t skl_wm_method2(uint32_t pixel_rate, uint32_t pipe_htotal, in skl_wm_method2() argument
3032 ret = DIV_ROUND_UP(wm_intermediate_val, pipe_htotal * 1000) * in skl_wm_method2()
3087 p->pipe_htotal = intel_crtc->config->base.adjusted_mode.crtc_htotal; in skl_compute_wm_pipe_parameters()
3159 p->pipe_htotal, in skl_compute_plane_wm()
3252 return DIV_ROUND_UP(8 * p->pipe_htotal * 1000, p->pixel_rate); in skl_compute_linetime_wm()