Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_pm.c686 int *plane_wm, in g4x_compute_wm0() argument
698 *plane_wm = display->guard_size; in g4x_compute_wm0()
714 *plane_wm = entries + display->guard_size; in g4x_compute_wm0()
715 if (*plane_wm > (int)display->max_wm) in g4x_compute_wm0()
716 *plane_wm = display->max_wm; in g4x_compute_wm0()