Lines Matching refs:max_wm
462 .max_wm = PINEVIEW_MAX_WM,
469 .max_wm = PINEVIEW_MAX_WM,
476 .max_wm = PINEVIEW_CURSOR_MAX_WM,
483 .max_wm = PINEVIEW_CURSOR_MAX_WM,
490 .max_wm = G4X_MAX_WM,
497 .max_wm = I965_CURSOR_MAX_WM,
504 .max_wm = VALLEYVIEW_MAX_WM,
511 .max_wm = VALLEYVIEW_CURSOR_MAX_WM,
518 .max_wm = I965_CURSOR_MAX_WM,
525 .max_wm = I915_MAX_WM,
532 .max_wm = I915_MAX_WM,
539 .max_wm = I915_MAX_WM,
546 .max_wm = I915_MAX_WM/2,
553 .max_wm = I915_MAX_WM,
602 if (wm_size > (long)wm->max_wm) in intel_calculate_wm()
603 wm_size = wm->max_wm; in intel_calculate_wm()
740 if (*plane_wm > (int)display->max_wm) in g4x_compute_wm0()
741 *plane_wm = display->max_wm; in g4x_compute_wm0()
752 if (*cursor_wm > (int)cursor->max_wm) in g4x_compute_wm0()
753 *cursor_wm = (int)cursor->max_wm; in g4x_compute_wm0()
773 if (display_wm > display->max_wm) { in g4x_check_srwm()
775 display_wm, display->max_wm); in g4x_check_srwm()
779 if (cursor_wm > cursor->max_wm) { in g4x_check_srwm()
781 cursor_wm, cursor->max_wm); in g4x_check_srwm()
1225 if (cursor_sr > i965_cursor_wm_info.max_wm) in i965_update_wm()
1226 cursor_sr = i965_cursor_wm_info.max_wm; in i965_update_wm()
1291 if (planea_wm > (long)wm_info->max_wm) in i9xx_update_wm()
1292 planea_wm = wm_info->max_wm; in i9xx_update_wm()
1316 if (planeb_wm > (long)wm_info->max_wm) in i9xx_update_wm()
1317 planeb_wm = wm_info->max_wm; in i9xx_update_wm()