Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/include/linux/
H A Dbitmap.h171 bitmap_weight(const void *p, u_int n) in bitmap_weight() function
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_sseu.c28 return bitmap_weight(sseu->subslice_mask.xehp, in intel_sseu_subslice_total()
869 bitmap_weight(sseu->geometry_subslice_mask.xehp, in intel_sseu_print_ss_info()
872 bitmap_weight(sseu->compute_subslice_mask.xehp, in intel_sseu_print_ss_info()
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_gfx.c241 bitmap_weight(adev->gfx.mec_bitmap[j].queue_bitmap, AMDGPU_MAX_COMPUTE_QUEUES)); in amdgpu_gfx_compute_queue_acquire()
270 bitmap_weight(adev->gfx.me.queue_bitmap, AMDGPU_MAX_GFX_QUEUES); in amdgpu_gfx_graphics_queue_acquire()
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_display_power.c398 drm_dbg(&i915->drm, "%s (%d):\n", prefix, bitmap_weight(mask->bits, POWER_DOMAIN_NUM)); in print_power_domains()
/openbsd/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c94 return bitmap_weight(dqm->dev->kfd->shared_resources.cp_queue_bitmap, in get_cp_queues_num()