Searched refs:IS_ICL_REVID (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_workarounds.c | 482 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()
|
D | i915_drv.h | 2475 #define IS_ICL_REVID(p, since, until) \ macro
|