Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dintel_workarounds.c63 [0] = { .gt_stepping = KBL_REVID_A0, .disp_stepping = KBL_REVID_A0 },
64 [1] = { .gt_stepping = KBL_REVID_B0, .disp_stepping = KBL_REVID_B0 },
65 [2] = { .gt_stepping = KBL_REVID_C0, .disp_stepping = KBL_REVID_B0 },
66 [3] = { .gt_stepping = KBL_REVID_D0, .disp_stepping = KBL_REVID_B0 },
67 [4] = { .gt_stepping = KBL_REVID_F0, .disp_stepping = KBL_REVID_C0 },
68 [5] = { .gt_stepping = KBL_REVID_C0, .disp_stepping = KBL_REVID_B1 },
69 [6] = { .gt_stepping = KBL_REVID_D1, .disp_stepping = KBL_REVID_B1 },
70 [7] = { .gt_stepping = KBL_REVID_G0, .disp_stepping = KBL_REVID_C0 },
74 [0] = { .gt_stepping = TGL_REVID_A0, .disp_stepping = TGL_REVID_A0 },
75 [1] = { .gt_stepping = TGL_REVID_B0, .disp_stepping = TGL_REVID_C0 },
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_drv.h1518 u8 gt_stepping; member
1527 kbl_revids[INTEL_REVID(dev_priv)].gt_stepping >= since && \
1528 kbl_revids[INTEL_REVID(dev_priv)].gt_stepping <= until)
1590 tgl_uy_revids->gt_stepping >= (since) && \
1591 tgl_uy_revids->gt_stepping <= (until))
1596 tgl_revids->gt_stepping >= (since) && \
1597 tgl_revids->gt_stepping <= (until))