Searched refs:method2 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | skl_watermark.c | 1858 uint_fixed_16_16_t method1, method2; in skl_compute_plane_wm() local 1871 method2 = skl_wm_method2(wp->plane_pixel_rate, in skl_compute_plane_wm() 1877 selected_result = max_fixed16(method2, wp->y_tile_minimum); in skl_compute_plane_wm() 1882 selected_result = method2; in skl_compute_plane_wm() 1885 selected_result = min_fixed16(method1, method2); in skl_compute_plane_wm() 1887 selected_result = method2; in skl_compute_plane_wm() 1901 * one plane_blocks_per_line, we should have selected method2 in in skl_compute_plane_wm() 1903 * and method2 guarantees blocks equivalent to at least 1 line, in skl_compute_plane_wm()
|
H A D | i9xx_wm.c | 2321 u32 method1, method2; in ilk_compute_pri_wm() local 2337 method2 = ilk_wm_method2(crtc_state->pixel_rate, 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 2365 method2 = ilk_wm_method2(crtc_state->pixel_rate, in ilk_compute_spr_wm() 2369 return min(method1, method2); in ilk_compute_spr_wm()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | intel_pm.c | 2559 u32 method1, method2; in ilk_compute_pri_wm() local 2575 method2 = ilk_wm_method2(crtc_state->pixel_rate, 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 2603 method2 = ilk_wm_method2(crtc_state->pixel_rate, 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 5288 method2 = skl_wm_method2(wp->plane_pixel_rate, in skl_compute_plane_wm() 5294 selected_result = max_fixed16(method2, wp->y_tile_minimum); in skl_compute_plane_wm() 5299 selected_result = method2; in skl_compute_plane_wm() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_dp_types.h | 162 uint8_t method2 : 1; member
|
Completed in 26 milliseconds