Lines Matching refs:pipe_wm
483 struct skl_pipe_wm *pipe_wm = &new_crtc_state->wm.skl.optimal; in intel_compute_sagv_mask() local
491 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()
2385 const struct skl_pipe_wm *pipe_wm = &crtc_state->wm.skl.optimal; in skl_write_plane_wm() local
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()
2400 const struct skl_plane_wm *wm = &pipe_wm->planes[plane_id]; in skl_write_plane_wm()
2422 const struct skl_pipe_wm *pipe_wm = &crtc_state->wm.skl.optimal; in skl_write_cursor_wm() local
2429 skl_plane_wm_level(pipe_wm, plane_id, level)); in skl_write_cursor_wm()
2432 skl_plane_trans_wm(pipe_wm, plane_id)); in skl_write_cursor_wm()
2435 const struct skl_plane_wm *wm = &pipe_wm->planes[plane_id]; in skl_write_cursor_wm()