Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/
Dintel_pm.c2537 u32 method1, method2; in ilk_compute_pri_wm() local
2548 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value); in ilk_compute_pri_wm()
2551 return method1; in ilk_compute_pri_wm()
2558 return min(method1, method2); in ilk_compute_pri_wm()
2569 u32 method1, method2; in ilk_compute_spr_wm() local
2580 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value); in ilk_compute_spr_wm()
2585 return min(method1, method2); in ilk_compute_spr_wm()
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dskl_watermark.c1843 uint_fixed_16_16_t method1, method2; in skl_compute_plane_wm() local
1865 method1 = skl_wm_method1(i915, wp->plane_pixel_rate, in skl_compute_plane_wm()
1881 selected_result = min_fixed16(method1, method2); in skl_compute_plane_wm()
1885 selected_result = method1; in skl_compute_plane_wm()