Lines Matching refs:step
120 struct xe_step_info step = {};
168 return step;
171 step = revids[revid];
189 step = revids[revid];
192 step.graphics = STEP_FUTURE;
196 drm_WARN_ON(&xe->drm, step.graphics == STEP_NONE);
200 step.basedie = basedie_info[baseid];
203 step.basedie = STEP_FUTURE;
207 return step;
226 struct xe_step_info step = {
231 if (step.graphics >= STEP_FUTURE) {
232 step.graphics = STEP_FUTURE;
237 if (step.media >= STEP_FUTURE) {
238 step.media = STEP_FUTURE;
243 return step;
250 const char *xe_step_name(enum xe_step step)
252 switch (step) {