Searched defs:IS_GRAPHICS_STEP (Results 1 – 2 of 2) sorted by relevance
112 #define IS_GRAPHICS_STEP(xe, first, last) ({u8 __step = (xe)->info.step.graphics; first <= __step &… macro
438 #define IS_GRAPHICS_STEP(__i915, since, until) \ macro