Home
last modified time | relevance | path

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

/trueos/sys/dev/drm2/i915/
HDintel_pm.c996 if (wm_size > (long)wm->max_wm) in intel_calculate_wm()
997 wm_size = wm->max_wm; in intel_calculate_wm()
1120 if (*plane_wm > (int)display->max_wm) in g4x_compute_wm0()
1121 *plane_wm = display->max_wm; in g4x_compute_wm0()
1132 if (*cursor_wm > (int)cursor->max_wm) in g4x_compute_wm0()
1133 *cursor_wm = (int)cursor->max_wm; in g4x_compute_wm0()
1153 if (display_wm > display->max_wm) { in g4x_check_srwm()
1155 display_wm, display->max_wm); in g4x_check_srwm()
1159 if (cursor_wm > cursor->max_wm) { in g4x_check_srwm()
1161 cursor_wm, cursor->max_wm); in g4x_check_srwm()
[all …]
HDintel_drv.h219 unsigned long max_wm; member