Searched refs:cursor_wm (Results 1 – 1 of 1) sorted by relevance
712 int *cursor_wm) in g4x_compute_wm0() argument722 *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() argument771 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()[all …]