D | i915_drv.h | 1318 #define IS_REVID(p, since, until) \ argument 1494 #define IS_SKL_REVID(p, since, until) (IS_SKYLAKE(p) && IS_REVID(p, since, until)) argument 1502 #define IS_BXT_REVID(dev_priv, since, until) \ argument 1525 #define IS_KBL_GT_REVID(dev_priv, since, until) \ argument 1529 #define IS_KBL_DISP_REVID(dev_priv, since, until) \ argument 1539 #define IS_GLK_REVID(dev_priv, since, until) \ argument 1546 #define IS_CNL_REVID(p, since, until) \ argument 1555 #define IS_ICL_REVID(p, since, until) \ argument 1560 #define IS_EHL_REVID(p, since, until) \ argument 1583 #define IS_TGL_DISP_REVID(p, since, until) \ argument [all …]
|