Searched refs:method2 (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | skl_watermark.c | 1843 uint_fixed_16_16_t method1, method2; in skl_compute_plane_wm() local 1867 method2 = skl_wm_method2(wp->plane_pixel_rate, in skl_compute_plane_wm() 1873 selected_result = max_fixed16(method2, wp->y_tile_minimum); in skl_compute_plane_wm() 1878 selected_result = method2; in skl_compute_plane_wm() 1881 selected_result = min_fixed16(method1, method2); in skl_compute_plane_wm() 1883 selected_result = method2; in skl_compute_plane_wm()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/ |
D | dc_dp_types.h | 161 uint8_t method2 : 1; member
|
/Linux-v6.1/drivers/gpu/drm/i915/ |
D | intel_pm.c | 2537 u32 method1, method2; in ilk_compute_pri_wm() local 2553 method2 = ilk_wm_method2(crtc_state->pixel_rate, 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 2581 method2 = ilk_wm_method2(crtc_state->pixel_rate, in ilk_compute_spr_wm() 2585 return min(method1, method2); in ilk_compute_spr_wm()
|