Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_pm.c711 int *plane_wm, in g4x_compute_wm0() argument
723 *plane_wm = display->guard_size; in g4x_compute_wm0()
739 *plane_wm = entries + display->guard_size; in g4x_compute_wm0()
740 if (*plane_wm > (int)display->max_wm) in g4x_compute_wm0()
741 *plane_wm = display->max_wm; in g4x_compute_wm0()