Lines Matching refs:num_active
3777 const int num_active, in intel_get_ddb_size() argument
3795 if (total_data_bw >= GBps(12) || num_active > 1) { in intel_get_ddb_size()
3811 int *num_active /* out */) in skl_ddb_get_pipe_allocation_limits() argument
3823 *num_active = hweight32(dev_priv->active_crtcs); in skl_ddb_get_pipe_allocation_limits()
3828 *num_active = hweight32(intel_state->active_crtcs); in skl_ddb_get_pipe_allocation_limits()
3830 *num_active = hweight32(dev_priv->active_crtcs); in skl_ddb_get_pipe_allocation_limits()
3833 *num_active, ddb); in skl_ddb_get_pipe_allocation_limits()
3855 alloc->start = nth_active_pipe * ddb_size / *num_active; in skl_ddb_get_pipe_allocation_limits()
3859 static unsigned int skl_cursor_allocation(int num_active) in skl_cursor_allocation() argument
3861 if (num_active == 1) in skl_cursor_allocation()
4252 skl_ddb_calc_min(const struct intel_crtc_state *cstate, int num_active, in skl_ddb_calc_min() argument
4271 minimum[PLANE_CURSOR] = skl_cursor_allocation(num_active); in skl_ddb_calc_min()
4289 int num_active; in skl_allocate_pipe_ddb() local
4310 alloc, &num_active); in skl_allocate_pipe_ddb()
4315 skl_ddb_calc_min(cstate, num_active, minimum, uv_minimum); in skl_allocate_pipe_ddb()