#define XE_MAX_ASID (BIT(20))
-#define IS_PLATFORM_STEP(_xe, _platform, min_step, max_step) \
- ((_xe)->info.platform == (_platform) && \
- (_xe)->info.step.graphics >= (min_step) && \
- (_xe)->info.step.graphics < (max_step))
-#define IS_SUBPLATFORM_STEP(_xe, _platform, sub, min_step, max_step) \
- ((_xe)->info.platform == (_platform) && \
- (_xe)->info.subplatform == (sub) && \
- (_xe)->info.step.graphics >= (min_step) && \
- (_xe)->info.step.graphics < (max_step))
-
/**
* struct xe_device - Top level struct of Xe device
*/