Searched refs:method2 (Results 1 – 3 of 3) sorted by relevance
| /drivers/gpu/drm/i915/display/ |
| A D | skl_watermark.c | 1808 uint_fixed_16_16_t method1, method2; in skl_compute_plane_wm() local 1821 method2 = skl_wm_method2(wp->plane_pixel_rate, in skl_compute_plane_wm() 1827 selected_result = max_fixed16(method2, wp->y_tile_minimum); in skl_compute_plane_wm() 1832 selected_result = method2; in skl_compute_plane_wm() 1835 selected_result = min_fixed16(method1, method2); in skl_compute_plane_wm() 1837 selected_result = method2; in skl_compute_plane_wm()
|
| A D | i9xx_wm.c | 2442 u32 method1, method2; in ilk_compute_pri_wm() local 2458 method2 = ilk_wm_method2(crtc_state->pixel_rate, in ilk_compute_pri_wm() 2463 return min(method1, method2); in ilk_compute_pri_wm() 2474 u32 method1, method2; in ilk_compute_spr_wm() local 2486 method2 = ilk_wm_method2(crtc_state->pixel_rate, in ilk_compute_spr_wm() 2490 return min(method1, method2); in ilk_compute_spr_wm()
|
| /drivers/gpu/drm/amd/display/dc/ |
| A D | dc_dp_types.h | 178 uint8_t method2 : 1; member
|
Completed in 27 milliseconds