Home
last modified time | relevance | path

Searched refs:num_active_planes (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/external/bsd/drm2/dist/drm/i915/
Dintel_pm.c1348 int num_active_planes = hweight8(crtc_state->active_planes & in g4x_compute_pipe_wm() local
1390 wm_state->cxsr = num_active_planes == BIT(PLANE_PRIMARY); in g4x_compute_pipe_wm()
1682 int num_active_planes = hweight8(active_planes); in vlv_compute_fifo() local
1729 fifo_extra = DIV_ROUND_UP(fifo_left, num_active_planes ?: 1); in vlv_compute_fifo()
1873 int num_active_planes = hweight8(crtc_state->active_planes & in vlv_compute_pipe_wm() local
1930 wm_state->cxsr = crtc->pipe != PIPE_C && num_active_planes == 1; in vlv_compute_pipe_wm()