Lines Matching refs:trans_wm
3257 struct skl_wm_level *trans_wm /* out */) in skl_compute_transition_wm() argument
3267 trans_wm->plane_en[i] = false; in skl_compute_transition_wm()
3268 trans_wm->plane_en[PLANE_CURSOR] = false; in skl_compute_transition_wm()
3288 skl_compute_transition_wm(crtc, params, &pipe_wm->trans_wm); in skl_compute_pipe_wm()
3330 temp |= p_wm->trans_wm.plane_res_l[i] << PLANE_WM_LINES_SHIFT; in skl_compute_wm_results()
3331 temp |= p_wm->trans_wm.plane_res_b[i]; in skl_compute_wm_results()
3332 if (p_wm->trans_wm.plane_en[i]) in skl_compute_wm_results()
3339 temp |= p_wm->trans_wm.plane_res_l[PLANE_CURSOR] << PLANE_WM_LINES_SHIFT; in skl_compute_wm_results()
3340 temp |= p_wm->trans_wm.plane_res_b[PLANE_CURSOR]; in skl_compute_wm_results()
3341 if (p_wm->trans_wm.plane_en[PLANE_CURSOR]) in skl_compute_wm_results()
3785 active->trans_wm.plane_en[i] = is_enabled; in skl_pipe_wm_active_state()
3786 active->trans_wm.plane_res_b[i] = in skl_pipe_wm_active_state()
3788 active->trans_wm.plane_res_l[i] = in skl_pipe_wm_active_state()
3792 active->trans_wm.plane_en[PLANE_CURSOR] = is_enabled; in skl_pipe_wm_active_state()
3793 active->trans_wm.plane_res_b[PLANE_CURSOR] = in skl_pipe_wm_active_state()
3795 active->trans_wm.plane_res_l[PLANE_CURSOR] = in skl_pipe_wm_active_state()