Lines Matching refs:cursor_wm
687 int *cursor_wm) in g4x_compute_wm0() argument
697 *cursor_wm = cursor->guard_size; in g4x_compute_wm0()
726 *cursor_wm = entries + cursor->guard_size; in g4x_compute_wm0()
727 if (*cursor_wm > (int)cursor->max_wm) in g4x_compute_wm0()
728 *cursor_wm = (int)cursor->max_wm; in g4x_compute_wm0()
741 int display_wm, int cursor_wm, in g4x_check_srwm() argument
746 display_wm, cursor_wm); in g4x_check_srwm()
754 if (cursor_wm > cursor->max_wm) { in g4x_check_srwm()
756 cursor_wm, cursor->max_wm); in g4x_check_srwm()
760 if (!(display_wm || cursor_wm)) { in g4x_check_srwm()
773 int *display_wm, int *cursor_wm) in g4x_compute_srwm() argument
784 *display_wm = *cursor_wm = 0; in g4x_compute_srwm()
809 *cursor_wm = entries + cursor->guard_size; in g4x_compute_srwm()
812 *display_wm, *cursor_wm, in g4x_compute_srwm()