Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Di9xx_wm.c2765 struct intel_pipe_wm *pipe_wm) in ilk_validate_pipe_wm() argument
2770 .sprites_enabled = pipe_wm->sprites_enabled, in ilk_validate_pipe_wm()
2771 .sprites_scaled = pipe_wm->sprites_scaled, in ilk_validate_pipe_wm()
2794 struct intel_pipe_wm *pipe_wm; in ilk_compute_pipe_wm() local
2803 pipe_wm = &crtc_state->wm.ilk.optimal; in ilk_compute_pipe_wm()
2814 pipe_wm->pipe_enabled = crtc_state->hw.active; in ilk_compute_pipe_wm()
2825 if (pipe_wm->sprites_scaled) in ilk_compute_pipe_wm()
2828 memset(&pipe_wm->wm, 0, sizeof(pipe_wm->wm)); in ilk_compute_pipe_wm()
2832 if (!ilk_validate_pipe_wm(dev_priv, pipe_wm)) in ilk_compute_pipe_wm()
2838 struct intel_wm_level *wm = &pipe_wm->wm[level]; in ilk_compute_pipe_wm()
[all …]
H A Dskl_watermark.c491 pipe_wm->use_sagv_wm = !HAS_HW_SAGV_WM(i915) && in intel_compute_sagv_mask()
1383 skl_plane_wm_level(const struct skl_pipe_wm *pipe_wm, in skl_plane_wm_level() argument
1387 const struct skl_plane_wm *wm = &pipe_wm->planes[plane_id]; in skl_plane_wm_level()
1389 if (level == 0 && pipe_wm->use_sagv_wm) in skl_plane_wm_level()
1396 skl_plane_trans_wm(const struct skl_pipe_wm *pipe_wm, in skl_plane_trans_wm() argument
1399 const struct skl_plane_wm *wm = &pipe_wm->planes[plane_id]; in skl_plane_trans_wm()
1401 if (pipe_wm->use_sagv_wm) in skl_plane_trans_wm()
2394 skl_plane_wm_level(pipe_wm, plane_id, level)); in skl_write_plane_wm()
2397 skl_plane_trans_wm(pipe_wm, plane_id)); in skl_write_plane_wm()
2429 skl_plane_wm_level(pipe_wm, plane_id, level)); in skl_write_cursor_wm()
[all …]