HomeSort by: relevance | last modified time | path
    Searched defs:num_active (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_ldu.c 51 unsigned num_active; member in struct:vmw_legacy_display
122 lds->num_active ? lds->num_active : 1);
139 BUG_ON(i != lds->num_active);
141 lds->last_num_active = lds->num_active;
155 if (--(ld->num_active) == 0) {
173 BUG_ON(!ld->num_active && ld->fb);
196 ld->num_active++;
504 dev_priv->ldu_priv->num_active = 0;
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c 3879 const int num_active,
3902 if (0 && (num_active > 1 || total_data_bw >= GBps(12))) {
3918 int *num_active /* out */)
3932 *num_active = hweight8(dev_priv->active_pipes);
3937 *num_active = hweight8(intel_state->active_pipes);
3939 *num_active = hweight8(dev_priv->active_pipes);
3942 *num_active, ddb);
4001 int num_active)
4024 return max(num_active == 1 ? 32 : 8, min_ddb_alloc);
4296 int num_active; local in function:skl_allocate_pipe_ddb
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 4796 int num_active = 0; local in function:count_crtc_active_planes
4813 num_active += 1;
4818 num_active += (new_plane_state->fb != NULL);
4821 return num_active;

Completed in 19 milliseconds