Lines Matching refs:sw_plane_wm
11626 struct skl_plane_wm *hw_plane_wm, *sw_plane_wm; in verify_wm_state() local
11649 sw_plane_wm = &sw_wm->planes[plane]; in verify_wm_state()
11654 &sw_plane_wm->wm[level])) in verify_wm_state()
11659 sw_plane_wm->wm[level].plane_en, in verify_wm_state()
11660 sw_plane_wm->wm[level].plane_res_b, in verify_wm_state()
11661 sw_plane_wm->wm[level].plane_res_l, in verify_wm_state()
11668 &sw_plane_wm->trans_wm)) { in verify_wm_state()
11671 sw_plane_wm->trans_wm.plane_en, in verify_wm_state()
11672 sw_plane_wm->trans_wm.plane_res_b, in verify_wm_state()
11673 sw_plane_wm->trans_wm.plane_res_l, in verify_wm_state()
11699 sw_plane_wm = &sw_wm->planes[PLANE_CURSOR]; in verify_wm_state()
11704 &sw_plane_wm->wm[level])) in verify_wm_state()
11709 sw_plane_wm->wm[level].plane_en, in verify_wm_state()
11710 sw_plane_wm->wm[level].plane_res_b, in verify_wm_state()
11711 sw_plane_wm->wm[level].plane_res_l, in verify_wm_state()
11718 &sw_plane_wm->trans_wm)) { in verify_wm_state()
11721 sw_plane_wm->trans_wm.plane_en, in verify_wm_state()
11722 sw_plane_wm->trans_wm.plane_res_b, in verify_wm_state()
11723 sw_plane_wm->trans_wm.plane_res_l, in verify_wm_state()