Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Dintel_pm.c2335 int planea_wm, planeb_wm; in i9xx_update_wm() local
2359 planea_wm = intel_calculate_wm(adjusted_mode->crtc_clock, in i9xx_update_wm()
2364 planea_wm = fifo_size - wm_info->guard_size; in i9xx_update_wm()
2365 if (planea_wm > (long)wm_info->max_wm) in i9xx_update_wm()
2366 planea_wm = wm_info->max_wm; in i9xx_update_wm()
2400 "FIFO watermarks - A: %d, B: %d\n", planea_wm, planeb_wm); in i9xx_update_wm()
2457 planea_wm, planeb_wm, cwm, srwm); in i9xx_update_wm()
2459 fwater_lo = ((planeb_wm & 0x3f) << 16) | (planea_wm & 0x3f); in i9xx_update_wm()
2479 int planea_wm; in i845_update_wm() local
2486 planea_wm = intel_calculate_wm(adjusted_mode->crtc_clock, in i845_update_wm()
[all …]