Searched refs:plane_res_l (Results 1 – 2 of 2) sorted by relevance
3232 &result->plane_res_l[i]); in skl_compute_wm_level()3240 &result->plane_res_l[PLANE_CURSOR]); in skl_compute_wm_level()3306 temp |= p_wm->wm[level].plane_res_l[i] << in skl_compute_wm_results()3317 temp |= p_wm->wm[level].plane_res_l[PLANE_CURSOR] << PLANE_WM_LINES_SHIFT; in skl_compute_wm_results()3330 temp |= p_wm->trans_wm.plane_res_l[i] << PLANE_WM_LINES_SHIFT; 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()3772 active->wm[level].plane_res_l[i] = in skl_pipe_wm_active_state()3779 active->wm[level].plane_res_l[PLANE_CURSOR] = in skl_pipe_wm_active_state()3788 active->trans_wm.plane_res_l[i] = in skl_pipe_wm_active_state()3795 active->trans_wm.plane_res_l[PLANE_CURSOR] = in skl_pipe_wm_active_state()
1599 uint8_t plane_res_l[I915_MAX_PLANES]; member