Lines Matching refs:pipe_wm
479 struct skl_pipe_wm *pipe_wm = &new_crtc_state->wm.skl.optimal; in intel_compute_sagv_mask() local
487 pipe_wm->use_sagv_wm = !HAS_HW_SAGV_WM(i915) && in intel_compute_sagv_mask()
1357 skl_plane_wm_level(const struct skl_pipe_wm *pipe_wm, in skl_plane_wm_level() argument
1361 const struct skl_plane_wm *wm = &pipe_wm->planes[plane_id]; in skl_plane_wm_level()
1363 if (level == 0 && pipe_wm->use_sagv_wm) in skl_plane_wm_level()
1370 skl_plane_trans_wm(const struct skl_pipe_wm *pipe_wm, in skl_plane_trans_wm() argument
1373 const struct skl_plane_wm *wm = &pipe_wm->planes[plane_id]; in skl_plane_trans_wm()
1375 if (pipe_wm->use_sagv_wm) in skl_plane_trans_wm()
2270 const struct skl_pipe_wm *pipe_wm = &crtc_state->wm.skl.optimal; in skl_write_plane_wm() local
2278 skl_plane_wm_level(pipe_wm, plane_id, level)); in skl_write_plane_wm()
2281 skl_plane_trans_wm(pipe_wm, plane_id)); in skl_write_plane_wm()
2284 const struct skl_plane_wm *wm = &pipe_wm->planes[plane_id]; in skl_write_plane_wm()
2307 const struct skl_pipe_wm *pipe_wm = &crtc_state->wm.skl.optimal; in skl_write_cursor_wm() local
2313 skl_plane_wm_level(pipe_wm, plane_id, level)); in skl_write_cursor_wm()
2316 skl_plane_trans_wm(pipe_wm, plane_id)); in skl_write_cursor_wm()
2319 const struct skl_plane_wm *wm = &pipe_wm->planes[plane_id]; in skl_write_cursor_wm()