Lines Matching refs:num_active
3825 const int num_active, in intel_get_ddb_size() argument
3848 if (0 && (num_active > 1 || total_data_bw >= GBps(12))) { in intel_get_ddb_size()
3864 int *num_active /* out */) in skl_ddb_get_pipe_allocation_limits() argument
3878 *num_active = hweight32(dev_priv->active_crtcs); in skl_ddb_get_pipe_allocation_limits()
3883 *num_active = hweight32(intel_state->active_crtcs); in skl_ddb_get_pipe_allocation_limits()
3885 *num_active = hweight32(dev_priv->active_crtcs); in skl_ddb_get_pipe_allocation_limits()
3888 *num_active, ddb); in skl_ddb_get_pipe_allocation_limits()
3947 int num_active) in skl_cursor_allocation() argument
3970 return max(num_active == 1 ? 32 : 8, min_ddb_alloc); in skl_cursor_allocation()
4347 int num_active; in skl_allocate_pipe_ddb() local
4377 ddb, alloc, &num_active); in skl_allocate_pipe_ddb()
4383 total[PLANE_CURSOR] = skl_cursor_allocation(crtc_state, num_active); in skl_allocate_pipe_ddb()