Searched refs:ENGINE_INSTANCES_MASK (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/i915/
H A Di915_drv.h624 #define ENGINE_INSTANCES_MASK(gt, first, count) \ macro
628 ENGINE_INSTANCES_MASK(gt, RCS0, I915_MAX_RCS)
630 ENGINE_INSTANCES_MASK(gt, BCS0, I915_MAX_BCS)
632 ENGINE_INSTANCES_MASK(gt, VCS0, I915_MAX_VCS)
634 ENGINE_INSTANCES_MASK(gt, VECS0, I915_MAX_VECS)
636 ENGINE_INSTANCES_MASK(gt, CCS0, I915_MAX_CCS)

Completed in 126 milliseconds