Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Dintel_pm.c694 int *plane_wm, in g4x_compute_wm0() argument
706 *plane_wm = display->guard_size; in g4x_compute_wm0()
722 *plane_wm = entries + display->guard_size; in g4x_compute_wm0()
723 if (*plane_wm > (int)display->max_wm) in g4x_compute_wm0()
724 *plane_wm = display->max_wm; in g4x_compute_wm0()