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