Lines Matching refs:active_planes
1318 int num_active_planes = hweight32(crtc_state->active_planes & in g4x_compute_pipe_wm()
1638 static bool vlv_need_sprite0_fifo_workaround(unsigned int active_planes) in vlv_need_sprite0_fifo_workaround() argument
1640 return (active_planes & (BIT(PLANE_SPRITE0) | in vlv_need_sprite0_fifo_workaround()
1650 unsigned int active_planes = crtc_state->active_planes & ~BIT(PLANE_CURSOR); in vlv_compute_fifo() local
1651 int num_active_planes = hweight32(active_planes); in vlv_compute_fifo()
1666 if (vlv_need_sprite0_fifo_workaround(active_planes)) in vlv_compute_fifo()
1683 if ((active_planes & BIT(plane_id)) == 0) { in vlv_compute_fifo()
1707 if ((active_planes & BIT(plane_id)) == 0) in vlv_compute_fifo()
1715 WARN_ON(active_planes != 0 && fifo_left != 0); in vlv_compute_fifo()
1718 if (active_planes == 0) { in vlv_compute_fifo()
1840 int num_active_planes = hweight32(crtc_state->active_planes & in vlv_compute_pipe_wm()