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