Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_pm.c687 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()
[all …]