HomeSort by: relevance | last modified time | path
    Searched defs:wm_lp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c 2526 * For both WM_PIPE and WM_LP.
2558 * For both WM_PIPE and WM_LP.
2585 * For both WM_PIPE and WM_LP.
2608 /* Only for WM_LP. */
3370 static int ilk_wm_lp_to_level(int wm_lp, const struct intel_pipe_wm *pipe_wm)
3373 return wm_lp + (wm_lp >= 2 && pipe_wm->wm[4].enable);
3392 int level, wm_lp; local in function:ilk_compute_wm_results
3398 for (wm_lp = 1; wm_lp <= 3; wm_lp++)
3496 int wm_lp; local in function:ilk_compute_wm_dirty
    [all...]
i915_drv.h 754 u32 wm_lp[3]; member in struct:ilk_wm_values

Completed in 15 milliseconds