Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/display/
H A Di9xx_wm.c352 .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() local
991 if (wm > max_wm) in g4x_raw_plane_wm_compute()
1009 if (wm > max_wm) in g4x_raw_plane_wm_compute()
[all …]
H A Dintel_display_types.h1569 u16 max_wm; member