Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/gt/
Dintel_workarounds.c582 if (IS_ICL_REVID(i915, ICL_REVID_A0, ICL_REVID_B0)) in icl_ctx_workarounds_init()
598 if (IS_ICL_REVID(i915, ICL_REVID_A0, ICL_REVID_A0)) in icl_ctx_workarounds_init()
603 if (IS_ICL_REVID(i915, ICL_REVID_A0, ICL_REVID_A0)) in icl_ctx_workarounds_init()
1197 if (IS_ICL_REVID(i915, ICL_REVID_A0, ICL_REVID_A0)) in icl_gt_workarounds_init()
1203 if (IS_ICL_REVID(i915, ICL_REVID_A0, ICL_REVID_B0)) in icl_gt_workarounds_init()
1815 if (IS_ICL_REVID(i915, ICL_REVID_A0, ICL_REVID_B0)) in rcs_engine_wa_init()
/drivers/gpu/drm/i915/
Di915_drv.h1556 #define IS_ICL_REVID(p, since, until) \ macro