Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Dintel_pm.c1178 int *plane_wm, in g4x_compute_wm0() argument
1190 *plane_wm = display->guard_size; in g4x_compute_wm0()
1206 *plane_wm = entries + display->guard_size; in g4x_compute_wm0()
1207 if (*plane_wm > (int)display->max_wm) in g4x_compute_wm0()
1208 *plane_wm = display->max_wm; in g4x_compute_wm0()