Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
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,
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() local
995 if (wm > max_wm) in g4x_raw_plane_wm_compute()
1013 if (wm > max_wm) in g4x_raw_plane_wm_compute()
[all …]
A Dintel_display_types.h1606 u16 max_wm; member

Completed in 21 milliseconds