Home
last modified time | relevance | path

Searched refs:__ENGINE_INSTANCES_MASK (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/
H A Di915_drv.h785 #define __ENGINE_INSTANCES_MASK(mask, first, count) ({ \ macro
792 __ENGINE_INSTANCES_MASK((gt)->info.engine_mask, first, count)
/openbsd/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_huc.c289 return __ENGINE_INSTANCES_MASK(mask, VCS0, I915_MAX_VCS); in vcs_supported()