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,568 if (wm_size > wm->max_wm) in intel_calculate_wm()569 wm_size = wm->max_wm; in intel_calculate_wm()986 int wm, max_wm; in g4x_raw_plane_wm_compute() local991 if (wm > max_wm) in g4x_raw_plane_wm_compute()1009 if (wm > max_wm) in g4x_raw_plane_wm_compute()[all …]
1571 u16 max_wm; member