D | i915_drv.h | 2617 #define IS_REVID(p, since, until) \ argument 2618 (INTEL_REVID(p) >= (since) && INTEL_REVID(p) <= (until)) 2699 #define IS_SKL_REVID(p, since, until) (IS_SKYLAKE(p) && IS_REVID(p, since, until)) argument 2706 #define IS_BXT_REVID(p, since, until) (IS_BROXTON(p) && IS_REVID(p, since, until)) argument 2714 #define IS_KBL_REVID(p, since, until) \ argument 2715 (IS_KABYLAKE(p) && IS_REVID(p, since, until))
|