Searched refs:num_active_planes (Results 1 – 1 of 1) sorted by relevance
1318 int num_active_planes = hweight32(crtc_state->active_planes & in g4x_compute_pipe_wm() local1360 wm_state->cxsr = num_active_planes == BIT(PLANE_PRIMARY); in g4x_compute_pipe_wm()1651 int num_active_planes = hweight32(active_planes); in vlv_compute_fifo() local1698 fifo_extra = DIV_ROUND_UP(fifo_left, num_active_planes ?: 1); in vlv_compute_fifo()1840 int num_active_planes = hweight32(crtc_state->active_planes & in vlv_compute_pipe_wm() local1897 wm_state->cxsr = crtc->pipe != PIPE_C && num_active_planes == 1; in vlv_compute_pipe_wm()