Lines Matching refs:pstate

1737 				   const struct intel_plane_state *pstate,  in ilk_compute_pri_wm()  argument
1741 int bpp = pstate->base.fb ? pstate->base.fb->bits_per_pixel / 8 : 0; in ilk_compute_pri_wm()
1744 if (!cstate->base.active || !pstate->visible) in ilk_compute_pri_wm()
1754 drm_rect_width(&pstate->dst), in ilk_compute_pri_wm()
1766 const struct intel_plane_state *pstate, in ilk_compute_spr_wm() argument
1769 int bpp = pstate->base.fb ? pstate->base.fb->bits_per_pixel / 8 : 0; in ilk_compute_spr_wm()
1772 if (!cstate->base.active || !pstate->visible) in ilk_compute_spr_wm()
1778 drm_rect_width(&pstate->dst), in ilk_compute_spr_wm()
1789 const struct intel_plane_state *pstate, in ilk_compute_cur_wm() argument
1792 int bpp = pstate->base.fb ? pstate->base.fb->bits_per_pixel / 8 : 0; in ilk_compute_cur_wm()
1794 if (!cstate->base.active || !pstate->visible) in ilk_compute_cur_wm()
1799 drm_rect_width(&pstate->dst), in ilk_compute_cur_wm()
1806 const struct intel_plane_state *pstate, in ilk_compute_fbc_wm() argument
1809 int bpp = pstate->base.fb ? pstate->base.fb->bits_per_pixel / 8 : 0; in ilk_compute_fbc_wm()
1811 if (!cstate->base.active || !pstate->visible) in ilk_compute_fbc_wm()
1814 return ilk_wm_fbc(pri_val, drm_rect_width(&pstate->dst), bpp); in ilk_compute_fbc_wm()
1997 struct intel_plane_state *pstate = in ilk_compute_wm_level() local
2002 result->pri_val = ilk_compute_pri_wm(cstate, pstate, in ilk_compute_wm_level()
2005 result->fbc_val = ilk_compute_fbc_wm(cstate, pstate, in ilk_compute_wm_level()
2009 result->spr_val = ilk_compute_spr_wm(cstate, pstate, in ilk_compute_wm_level()
2013 result->cur_val = ilk_compute_cur_wm(cstate, pstate, in ilk_compute_wm_level()