[Intel-gfx] [PATCH] drm/i195/bxt: Add A1 stepping for Broxton

Nick Hoath nicholas.hoath at intel.com
Fri Mar 20 02:29:39 PDT 2015


This stepping isn't listed separately in the specs, so needs confirmation.

Signed-off-by: Nick Hoath <nicholas.hoath at intel.com>
---
 drivers/gpu/drm/i915/i915_drv.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index eec271a..68fb41a 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -2329,6 +2329,7 @@ struct drm_i915_cmd_table {
 #define SKL_REVID_E0		(0x4)
 
 #define BXT_REVID_A0		(0x0)
+#define BXT_REVID_A1		(0x1)
 #define BXT_REVID_B0		(0x3)
 #define BXT_REVID_C0		(0x6)
 
-- 
2.1.1



More information about the Intel-gfx mailing list