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/
H A 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
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_drv.h1519 u8 gt_stepping; member
1528 kbl_revids[INTEL_REVID(dev_priv)].gt_stepping >= since && \
1529 kbl_revids[INTEL_REVID(dev_priv)].gt_stepping <= until)
1591 tgl_uy_revids->gt_stepping >= (since) && \
1592 tgl_uy_revids->gt_stepping <= (until))
1597 tgl_revids->gt_stepping >= (since) && \
1598 tgl_revids->gt_stepping <= (until))

Completed in 6 milliseconds