Home
last modified time | relevance | path

Searched refs:method1 (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Dintel_pm.c2559 u32 method1, method2; in ilk_compute_pri_wm() local
2570 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value); in ilk_compute_pri_wm()
2573 return method1; in ilk_compute_pri_wm()
2580 return min(method1, method2); in ilk_compute_pri_wm()
2591 u32 method1, method2; in ilk_compute_spr_wm() local
2602 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value); in ilk_compute_spr_wm()
2607 return min(method1, method2); in ilk_compute_spr_wm()
5263 uint_fixed_16_16_t method1, method2; in skl_compute_plane_wm() local
5286 method1 = skl_wm_method1(dev_priv, wp->plane_pixel_rate, in skl_compute_plane_wm()
5303 selected_result = min_fixed16(method1, method in skl_compute_plane_wm()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Di9xx_wm.c2321 u32 method1, method2; in ilk_compute_pri_wm() local
2332 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value); in ilk_compute_pri_wm()
2335 return method1; in ilk_compute_pri_wm()
2342 return min(method1, method2); in ilk_compute_pri_wm()
2353 u32 method1, method2; in ilk_compute_spr_wm() local
2364 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value); in ilk_compute_spr_wm()
2369 return min(method1, method2); in ilk_compute_spr_wm()
H A Dskl_watermark.c1858 uint_fixed_16_16_t method1, method2; in skl_compute_plane_wm() local
1869 method1 = skl_wm_method1(i915, wp->plane_pixel_rate, in skl_compute_plane_wm()
1885 selected_result = min_fixed16(method1, method2); in skl_compute_plane_wm()
1889 selected_result = method1; in skl_compute_plane_wm()

Completed in 18 milliseconds