Searched refs:IS_ICL_REVID (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/i915/gt/ |
| D | intel_workarounds.c | 526 if (IS_ICL_REVID(i915, ICL_REVID_A0, ICL_REVID_B0)) in icl_ctx_workarounds_init() 542 if (IS_ICL_REVID(i915, ICL_REVID_A0, ICL_REVID_A0)) in icl_ctx_workarounds_init() 547 if (IS_ICL_REVID(i915, ICL_REVID_A0, ICL_REVID_A0)) in icl_ctx_workarounds_init() 871 if (IS_ICL_REVID(i915, ICL_REVID_A0, ICL_REVID_A0)) in icl_gt_workarounds_init() 882 if (IS_ICL_REVID(i915, ICL_REVID_A0, ICL_REVID_B0)) in icl_gt_workarounds_init() 1309 if (IS_ICL_REVID(i915, ICL_REVID_A0, ICL_REVID_B0)) in rcs_engine_wa_init()
|
| /Linux-v5.4/drivers/gpu/drm/i915/ |
| D | i915_drv.h | 2060 #define IS_ICL_REVID(p, since, until) \ macro
|