Home
last modified time | relevance | path

Searched refs:IS_ICL_REVID (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_workarounds.c482 if (IS_ICL_REVID(dev_priv, ICL_REVID_A0, ICL_REVID_B0)) in icl_ctx_workarounds_init()
498 if (IS_ICL_REVID(dev_priv, ICL_REVID_A0, ICL_REVID_A0)) in icl_ctx_workarounds_init()
507 if (IS_ICL_REVID(dev_priv, ICL_REVID_A0, ICL_REVID_A0)) in icl_ctx_workarounds_init()
874 if (IS_ICL_REVID(dev_priv, ICL_REVID_A0, ICL_REVID_A0)) in icl_gt_workarounds_apply()
890 if (IS_ICL_REVID(dev_priv, ICL_REVID_A0, ICL_REVID_B0)) in icl_gt_workarounds_apply()
Di915_drv.h2475 #define IS_ICL_REVID(p, since, until) \ macro