Home
last modified time | relevance | path

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

/NextBSD/sys/dev/drm2/i915/
HDintel_pm.c1094 int *cursor_wm) in g4x_compute_wm0() argument
1103 *cursor_wm = cursor->guard_size; in g4x_compute_wm0()
1131 *cursor_wm = entries + cursor->guard_size; 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()
1146 int display_wm, int cursor_wm, in g4x_check_srwm() argument
1151 display_wm, cursor_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()
1165 if (!(display_wm || cursor_wm)) { in g4x_check_srwm()
[all …]