Searched refs:max_wm (Results 1 – 2 of 2) sorted by relevance
352 .max_wm = PINEVIEW_MAX_WM,392 .max_wm = I915_MAX_WM,400 .max_wm = I915_MAX_WM,408 .max_wm = I915_MAX_WM,424 .max_wm = I915_MAX_WM,570 if (wm_size > wm->max_wm) in intel_calculate_wm()571 wm_size = wm->max_wm; in intel_calculate_wm()990 int wm, max_wm; in g4x_raw_plane_wm_compute() local995 if (wm > max_wm) in g4x_raw_plane_wm_compute()1013 if (wm > max_wm) in g4x_raw_plane_wm_compute()[all …]
1606 u16 max_wm; member
Completed in 21 milliseconds