Lines Matching refs:active_planes
1338 int num_active_planes = hweight32(crtc_state->active_planes & in g4x_compute_pipe_wm()
1657 static bool vlv_need_sprite0_fifo_workaround(unsigned int active_planes) in vlv_need_sprite0_fifo_workaround() argument
1659 return (active_planes & (BIT(PLANE_SPRITE0) | in vlv_need_sprite0_fifo_workaround()
1669 unsigned int active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR); in vlv_compute_fifo() local
1670 int num_active_planes = hweight32(active_planes); in vlv_compute_fifo()
1685 if (vlv_need_sprite0_fifo_workaround(active_planes)) in vlv_compute_fifo()
1702 if ((active_planes & BIT(plane_id)) == 0) { in vlv_compute_fifo()
1726 if ((active_planes & BIT(plane_id)) == 0) in vlv_compute_fifo()
1734 WARN_ON(active_planes != 0 && fifo_left != 0); in vlv_compute_fifo()
1737 if (active_planes == 0) { in vlv_compute_fifo()
1859 int num_active_planes = hweight32(crtc_state->active_planes & in vlv_compute_pipe_wm()