summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
diff options
context:
space:
mode:
authorNick Hoath <nicholas.hoath@intel.com>2015-03-20 09:03:52 +0000
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-04-09 15:57:52 +0200
commit6c74c87f7cc94e71960e5a1044c1b26f68f7d3c8 (patch)
tree6b793fc6978915a77c46bc29faa12617c5fcc8d6 /drivers/gpu/drm/i915/i915_drv.h
parentcae0437f7a367594cb0abc17ddf337c6b2669fab (diff)
downloadtalos-op-linux-6c74c87f7cc94e71960e5a1044c1b26f68f7d3c8.tar.gz
talos-op-linux-6c74c87f7cc94e71960e5a1044c1b26f68f7d3c8.zip
drm/i915/bxt: Add Broxton steppings
Signed-off-by: Nick Hoath <nicholas.hoath@intel.com> Reviewed-by: Imre Deak <imre.deak@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 2d402e49f7fd..99facbf86043 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -2331,6 +2331,10 @@ struct drm_i915_cmd_table {
#define SKL_REVID_D0 (0x3)
#define SKL_REVID_E0 (0x4)
+#define BXT_REVID_A0 (0x0)
+#define BXT_REVID_B0 (0x3)
+#define BXT_REVID_C0 (0x6)
+
/*
* The genX designation typically refers to the render engine, so render
* capability related checks should use IS_GEN, while display and other checks
OpenPOWER on IntegriCloud