Searched refs:planea_wm (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | intel_pm.c | 1361 int planea_wm, planeb_wm, cursora_wm, cursorb_wm; g4x_update_wm() local 1369 &planea_wm, &cursora_wm)) g4x_update_wm() 1393 planea_wm, cursora_wm, g4x_update_wm() 1401 FW_WM(planea_wm, PLANEA)); g4x_update_wm() 1497 int planea_wm, planeb_wm; i9xx_update_wm() local 1516 planea_wm = intel_calculate_wm(adjusted_mode->crtc_clock, i9xx_update_wm() 1521 planea_wm = fifo_size - wm_info->guard_size; i9xx_update_wm() 1522 if (planea_wm > (long)wm_info->max_wm) i9xx_update_wm() 1523 planea_wm = wm_info->max_wm; i9xx_update_wm() 1551 DRM_DEBUG_KMS("FIFO watermarks - A: %d, B: %d\n", planea_wm, planeb_wm); i9xx_update_wm() 1602 planea_wm, planeb_wm, cwm, srwm); i9xx_update_wm() 1604 fwater_lo = ((planeb_wm & 0x3f) << 16) | (planea_wm & 0x3f); i9xx_update_wm() 1625 int planea_wm; i845_update_wm() local 1632 planea_wm = intel_calculate_wm(adjusted_mode->crtc_clock, i845_update_wm() 1637 fwater_lo |= (3<<8) | planea_wm; i845_update_wm() 1639 DRM_DEBUG_KMS("Setting FIFO watermarks - A: %d\n", planea_wm); i845_update_wm()
|
Completed in 73 milliseconds