Searched refs:intel_wm_method2 (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | intel_pm.c | 727 static unsigned int intel_wm_method2(unsigned int pixel_rate, in intel_wm_method2() function 1154 wm = intel_wm_method2(clock, htotal, width, cpp, latency); in g4x_compute_wm() 1162 large = intel_wm_method2(clock, htotal, width, cpp, latency); in g4x_compute_wm() 1598 ret = intel_wm_method2(pixel_rate, htotal, in vlv_wm_method2() 2231 entries = intel_wm_method2(clock, htotal, in i965_update_wm() 2241 entries = intel_wm_method2(clock, htotal, in i965_update_wm() 2392 entries = intel_wm_method2(clock, htotal, hdisplay, cpp, in i9xx_update_wm() 2471 ret = intel_wm_method2(pixel_rate, htotal, in ilk_wm_method2()
|