Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Dintel_csr.c187 static struct stepping_info bxt_stepping_info[] = { variable
198 ARRAY_SIZE(bxt_stepping_info))) in intel_get_stepping()
199 return bxt_stepping_info[dev->pdev->revision].stepping; in intel_get_stepping()
210 ARRAY_SIZE(bxt_stepping_info))) in intel_get_substepping()
211 return bxt_stepping_info[dev->pdev->revision].substepping; in intel_get_substepping()