| H A D | intel_display_device.h | 208 #define IS_DISPLAY_VERx100(__display, from, until) ( \ 211 DISPLAY_VERx100(__display) <= (until))) 215 * specified range [from, until). The lower bound is inclusive, the upper 218 * hardware issue is first present and another stepping ("until") at which a 225 * "STEP_FOREVER" can be passed as "until" for workarounds that have no upper 228 #define IS_DISPLAY_VERx100_STEP(__display, ipver, from, until) \ 230 IS_DISPLAY_STEP((__display), (from), (until))) 238 #define IS_DISPLAY_VER(__display, from, until) \ 239 (DISPLAY_VER(__display) >= (from) && DISPLAY_VER(__display) <= (until)) argument 243 #define IS_DISPLAY_STEP(__display, since, until) \ 204 IS_DISPLAY_VERx100(__display,from,until) global() argument 224 IS_DISPLAY_VERx100_STEP(__display,ipver,from,until) global() argument 234 IS_DISPLAY_VER(__display,from,until) global() argument [all...] |