Searched refs:trans_wm (Results 1 – 2 of 2) sorted by relevance
3257 struct skl_wm_level *trans_wm /* out */) in skl_compute_transition_wm() argument3267 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()[all …]
500 struct skl_wm_level trans_wm; member