Home
last modified time | relevance | path

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

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ldu.c46 unsigned num_active; member
117 lds->num_active ? lds->num_active : 1); in vmw_ldu_commit_list()
134 BUG_ON(i != lds->num_active); in vmw_ldu_commit_list()
136 lds->last_num_active = lds->num_active; in vmw_ldu_commit_list()
150 if (--(ld->num_active) == 0) { in vmw_ldu_del_active()
168 BUG_ON(!ld->num_active && ld->fb); in vmw_ldu_add_active()
191 ld->num_active++; in vmw_ldu_add_active()
499 dev_priv->ldu_priv->num_active = 0; in vmw_kms_ldu_init_display()
/drivers/infiniband/hw/qib/
Dqib_common.h420 __u16 num_active; /* number of active units */ member
Dqib_file_ops.c1888 info.num_active = qib_count_active_units(); in qib_ctxt_info()
/drivers/gpu/drm/i915/
Dintel_pm.c3825 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
[all …]
/drivers/net/wireless/ath/wil6210/
Ddebugfs.c1239 int num_active; in rx_buff_mgmt_show() local
1251 num_active = wil_print_rx_buff(s, &rbm->active); in rx_buff_mgmt_show()
1256 num_active + num_free); in rx_buff_mgmt_show()
/drivers/infiniband/hw/hfi1/
Dfile_ops.c1144 cinfo.num_active = hfi1_count_active_units(); in get_ctxt_info()
/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c4292 int num_active = 0; in count_crtc_active_planes() local
4309 num_active += 1; in count_crtc_active_planes()
4314 num_active += (new_plane_state->fb != NULL); in count_crtc_active_planes()
4317 return num_active; in count_crtc_active_planes()