Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dskl_watermark.c1316 skl_plane_wm_level(const struct skl_pipe_wm *pipe_wm, in skl_plane_wm_level() argument
1320 const struct skl_plane_wm *wm = &pipe_wm->planes[plane_id]; in skl_plane_wm_level()
1322 if (level == 0 && pipe_wm->use_sagv_wm) in skl_plane_wm_level()
1329 skl_plane_trans_wm(const struct skl_pipe_wm *pipe_wm, in skl_plane_trans_wm() argument
1332 const struct skl_plane_wm *wm = &pipe_wm->planes[plane_id]; in skl_plane_trans_wm()
1334 if (pipe_wm->use_sagv_wm) in skl_plane_trans_wm()
2933 struct skl_pipe_wm *pipe_wm = &new_crtc_state->wm.skl.optimal; in skl_compute_wm() local
2952 pipe_wm->use_sagv_wm = !HAS_HW_SAGV_WM(display) && in skl_compute_wm()