Lines Matching refs:cursor_wm
712 int *cursor_wm) in g4x_compute_wm0() argument
722 *cursor_wm = cursor->guard_size; in g4x_compute_wm0()
751 *cursor_wm = entries + cursor->guard_size; 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()
766 int display_wm, int cursor_wm, in g4x_check_srwm() argument
771 display_wm, cursor_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()
785 if (!(display_wm || cursor_wm)) { in g4x_check_srwm()
798 int *display_wm, int *cursor_wm) in g4x_compute_srwm() argument
809 *display_wm = *cursor_wm = 0; in g4x_compute_srwm()
834 *cursor_wm = entries + cursor->guard_size; in g4x_compute_srwm()
837 *display_wm, *cursor_wm, in g4x_compute_srwm()