Home
last modified time | relevance | path

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

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