Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dskl_watermark.c1942 uint_fixed_16_16_t method1, method2; in skl_compute_plane_wm() local
1955 method2 = skl_wm_method2(wp->plane_pixel_rate, in skl_compute_plane_wm()
1961 selected_result = max_fixed16(method2, wp->y_tile_minimum); in skl_compute_plane_wm()
1966 selected_result = method2; in skl_compute_plane_wm()
1969 selected_result = min_fixed16(method1, method2); in skl_compute_plane_wm()
1971 selected_result = method2; in skl_compute_plane_wm()
H A Di9xx_wm.c2445 u32 method1, method2; in ilk_compute_pri_wm() local
2461 method2 = ilk_wm_method2(crtc_state->pixel_rate, in ilk_compute_pri_wm()
2466 return min(method1, method2); in ilk_compute_pri_wm()
2477 u32 method1, method2; in ilk_compute_spr_wm() local
2489 method2 = ilk_wm_method2(crtc_state->pixel_rate, in ilk_compute_spr_wm()
2493 return min(method1, method2); in ilk_compute_spr_wm()
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc_dp_types.h168 uint8_t method2 : 1; member