Lines Matching refs:revid
161 int revid = INTEL_REVID(i915);
181 pvc_step_init(i915, revid);
246 if (revid < size && revids[revid].graphics_step != STEP_NONE) {
247 step = revids[revid];
249 drm_warn(&i915->drm, "Unknown revid 0x%02x\n", revid);
252 * If we hit a gap in the revid array, use the information for
253 * the next revid.
259 while (revid < size && revids[revid].graphics_step == STEP_NONE)
260 revid++;
262 if (revid < size) {
263 drm_dbg(&i915->drm, "Using steppings for revid 0x%02x\n",
264 revid);
265 step = revids[revid];
324 * revid in a table, but rather specific bitfields within
325 * the revid for various components.