1 // SPDX-License-Identifier: MIT 2 /* 3 * Copyright © 2020,2021 Intel Corporation 4 */ 5 6 #include "i915_drv.h" 7 #include "intel_step.h" 8 9 /* 10 * Some platforms have unusual ways of mapping PCI revision ID to GT/display 11 * steppings. E.g., in some cases a higher PCI revision may translate to a 12 * lower stepping of the GT and/or display IP. This file provides lookup 13 * tables to map the PCI revision into a standard set of stepping values that 14 * can be compared numerically. 15 * 16 * Also note that some revisions/steppings may have been set aside as 17 * placeholders but never materialized in real hardware; in those cases there 18 * may be jumps in the revision IDs or stepping values in the tables below. 19 */ 20 21 /* 22 * Some platforms always have the same stepping value for GT and display; 23 * use a macro to define these to make it easier to identify the platforms 24 * where the two steppings can deviate. 25 */ 26 #define COMMON_STEP(x) .gt_step = STEP_##x, .display_step = STEP_##x 27 28 static const struct intel_step_info skl_revids[] = { 29 [0x6] = { COMMON_STEP(G0) }, 30 [0x7] = { COMMON_STEP(H0) }, 31 [0x9] = { COMMON_STEP(J0) }, 32 [0xA] = { COMMON_STEP(I1) }, 33 }; 34 35 static const struct intel_step_info kbl_revids[] = { 36 [1] = { .gt_step = STEP_B0, .display_step = STEP_B0 }, 37 [2] = { .gt_step = STEP_C0, .display_step = STEP_B0 }, 38 [3] = { .gt_step = STEP_D0, .display_step = STEP_B0 }, 39 [4] = { .gt_step = STEP_F0, .display_step = STEP_C0 }, 40 [5] = { .gt_step = STEP_C0, .display_step = STEP_B1 }, 41 [6] = { .gt_step = STEP_D1, .display_step = STEP_B1 }, 42 [7] = { .gt_step = STEP_G0, .display_step = STEP_C0 }, 43 }; 44 45 static const struct intel_step_info bxt_revids[] = { 46 [0xA] = { COMMON_STEP(C0) }, 47 [0xB] = { COMMON_STEP(C0) }, 48 [0xC] = { COMMON_STEP(D0) }, 49 [0xD] = { COMMON_STEP(E0) }, 50 }; 51 52 static const struct intel_step_info glk_revids[] = { 53 [3] = { COMMON_STEP(B0) }, 54 }; 55 56 static const struct intel_step_info icl_revids[] = { 57 [7] = { COMMON_STEP(D0) }, 58 }; 59 60 static const struct intel_step_info jsl_ehl_revids[] = { 61 [0] = { COMMON_STEP(A0) }, 62 [1] = { COMMON_STEP(B0) }, 63 }; 64 65 static const struct intel_step_info tgl_uy_revids[] = { 66 [0] = { .gt_step = STEP_A0, .display_step = STEP_A0 }, 67 [1] = { .gt_step = STEP_B0, .display_step = STEP_C0 }, 68 [2] = { .gt_step = STEP_B1, .display_step = STEP_C0 }, 69 [3] = { .gt_step = STEP_C0, .display_step = STEP_D0 }, 70 }; 71 72 /* Same GT stepping between tgl_uy_revids and tgl_revids don't mean the same HW */ 73 static const struct intel_step_info tgl_revids[] = { 74 [0] = { .gt_step = STEP_A0, .display_step = STEP_B0 }, 75 [1] = { .gt_step = STEP_B0, .display_step = STEP_D0 }, 76 }; 77 78 static const struct intel_step_info rkl_revids[] = { 79 [0] = { COMMON_STEP(A0) }, 80 [1] = { COMMON_STEP(B0) }, 81 [4] = { COMMON_STEP(C0) }, 82 }; 83 84 static const struct intel_step_info dg1_revids[] = { 85 [0] = { COMMON_STEP(A0) }, 86 [1] = { COMMON_STEP(B0) }, 87 }; 88 89 static const struct intel_step_info adls_revids[] = { 90 [0x0] = { .gt_step = STEP_A0, .display_step = STEP_A0 }, 91 [0x1] = { .gt_step = STEP_A0, .display_step = STEP_A2 }, 92 [0x4] = { .gt_step = STEP_B0, .display_step = STEP_B0 }, 93 [0x8] = { .gt_step = STEP_C0, .display_step = STEP_B0 }, 94 [0xC] = { .gt_step = STEP_D0, .display_step = STEP_C0 }, 95 }; 96 97 static const struct intel_step_info adlp_revids[] = { 98 [0x0] = { .gt_step = STEP_A0, .display_step = STEP_A0 }, 99 [0x4] = { .gt_step = STEP_B0, .display_step = STEP_B0 }, 100 [0x8] = { .gt_step = STEP_C0, .display_step = STEP_C0 }, 101 [0xC] = { .gt_step = STEP_C0, .display_step = STEP_D0 }, 102 }; 103 104 static const struct intel_step_info xehpsdv_revids[] = { 105 [0x0] = { .gt_step = STEP_A0 }, 106 [0x1] = { .gt_step = STEP_A1 }, 107 [0x4] = { .gt_step = STEP_B0 }, 108 [0x8] = { .gt_step = STEP_C0 }, 109 }; 110 111 static const struct intel_step_info dg2_g10_revid_step_tbl[] = { 112 [0x0] = { .gt_step = STEP_A0, .display_step = STEP_A0 }, 113 [0x1] = { .gt_step = STEP_A1, .display_step = STEP_A0 }, 114 [0x4] = { .gt_step = STEP_B0, .display_step = STEP_B0 }, 115 [0x8] = { .gt_step = STEP_C0, .display_step = STEP_C0 }, 116 }; 117 118 static const struct intel_step_info dg2_g11_revid_step_tbl[] = { 119 [0x0] = { .gt_step = STEP_A0, .display_step = STEP_B0 }, 120 [0x4] = { .gt_step = STEP_B0, .display_step = STEP_C0 }, 121 [0x5] = { .gt_step = STEP_B1, .display_step = STEP_C0 }, 122 }; 123 124 static const struct intel_step_info adls_rpls_revids[] = { 125 [0x4] = { .gt_step = STEP_D0, .display_step = STEP_D0 }, 126 [0xC] = { .gt_step = STEP_D0, .display_step = STEP_C0 }, 127 }; 128 129 static const struct intel_step_info adlp_n_revids[] = { 130 [0x0] = { .gt_step = STEP_A0, .display_step = STEP_D0 }, 131 }; 132 133 void intel_step_init(struct drm_i915_private *i915) 134 { 135 const struct intel_step_info *revids = NULL; 136 int size = 0; 137 int revid = INTEL_REVID(i915); 138 struct intel_step_info step = {}; 139 140 if (IS_DG2_G10(i915)) { 141 revids = dg2_g10_revid_step_tbl; 142 size = ARRAY_SIZE(dg2_g10_revid_step_tbl); 143 } else if (IS_DG2_G11(i915)) { 144 revids = dg2_g11_revid_step_tbl; 145 size = ARRAY_SIZE(dg2_g11_revid_step_tbl); 146 } else if (IS_XEHPSDV(i915)) { 147 revids = xehpsdv_revids; 148 size = ARRAY_SIZE(xehpsdv_revids); 149 } else if (IS_ADLP_N(i915)) { 150 revids = adlp_n_revids; 151 size = ARRAY_SIZE(adlp_n_revids); 152 } else if (IS_ALDERLAKE_P(i915)) { 153 revids = adlp_revids; 154 size = ARRAY_SIZE(adlp_revids); 155 } else if (IS_ADLS_RPLS(i915)) { 156 revids = adls_rpls_revids; 157 size = ARRAY_SIZE(adls_rpls_revids); 158 } else if (IS_ALDERLAKE_S(i915)) { 159 revids = adls_revids; 160 size = ARRAY_SIZE(adls_revids); 161 } else if (IS_DG1(i915)) { 162 revids = dg1_revids; 163 size = ARRAY_SIZE(dg1_revids); 164 } else if (IS_ROCKETLAKE(i915)) { 165 revids = rkl_revids; 166 size = ARRAY_SIZE(rkl_revids); 167 } else if (IS_TGL_U(i915) || IS_TGL_Y(i915)) { 168 revids = tgl_uy_revids; 169 size = ARRAY_SIZE(tgl_uy_revids); 170 } else if (IS_TIGERLAKE(i915)) { 171 revids = tgl_revids; 172 size = ARRAY_SIZE(tgl_revids); 173 } else if (IS_JSL_EHL(i915)) { 174 revids = jsl_ehl_revids; 175 size = ARRAY_SIZE(jsl_ehl_revids); 176 } else if (IS_ICELAKE(i915)) { 177 revids = icl_revids; 178 size = ARRAY_SIZE(icl_revids); 179 } else if (IS_GEMINILAKE(i915)) { 180 revids = glk_revids; 181 size = ARRAY_SIZE(glk_revids); 182 } else if (IS_BROXTON(i915)) { 183 revids = bxt_revids; 184 size = ARRAY_SIZE(bxt_revids); 185 } else if (IS_KABYLAKE(i915)) { 186 revids = kbl_revids; 187 size = ARRAY_SIZE(kbl_revids); 188 } else if (IS_SKYLAKE(i915)) { 189 revids = skl_revids; 190 size = ARRAY_SIZE(skl_revids); 191 } 192 193 /* Not using the stepping scheme for the platform yet. */ 194 if (!revids) 195 return; 196 197 if (revid < size && revids[revid].gt_step != STEP_NONE) { 198 step = revids[revid]; 199 } else { 200 drm_warn(&i915->drm, "Unknown revid 0x%02x\n", revid); 201 202 /* 203 * If we hit a gap in the revid array, use the information for 204 * the next revid. 205 * 206 * This may be wrong in all sorts of ways, especially if the 207 * steppings in the array are not monotonically increasing, but 208 * it's better than defaulting to 0. 209 */ 210 while (revid < size && revids[revid].gt_step == STEP_NONE) 211 revid++; 212 213 if (revid < size) { 214 drm_dbg(&i915->drm, "Using steppings for revid 0x%02x\n", 215 revid); 216 step = revids[revid]; 217 } else { 218 drm_dbg(&i915->drm, "Using future steppings\n"); 219 step.gt_step = STEP_FUTURE; 220 step.display_step = STEP_FUTURE; 221 } 222 } 223 224 if (drm_WARN_ON(&i915->drm, step.gt_step == STEP_NONE)) 225 return; 226 227 RUNTIME_INFO(i915)->step = step; 228 } 229 230 #define STEP_NAME_CASE(name) \ 231 case STEP_##name: \ 232 return #name; 233 234 const char *intel_step_name(enum intel_step step) 235 { 236 switch (step) { 237 STEP_NAME_LIST(STEP_NAME_CASE); 238 239 default: 240 return "**"; 241 } 242 } 243