[Intel-gfx] [PATCH xf86-video-intel 1/3] intel: Add marketing names for CHV

ville.syrjala at linux.intel.com ville.syrjala at linux.intel.com
Thu Apr 16 10:40:37 PDT 2015


From: Ville Syrjälä <ville.syrjala at linux.intel.com>

All CHV devices will be branded as "Intel(r) HD Graphics".

Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
 src/intel_module.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/intel_module.c b/src/intel_module.c
index bb74422..faf70ab 100644
--- a/src/intel_module.c
+++ b/src/intel_module.c
@@ -259,6 +259,12 @@ static const SymTabRec intel_chipsets[] = {
 	{0x163D, "HD graphics"},
 	{0x163E, "HD graphics"},
 
+	/* Cherryview (Cherrytrail/Braswell) */
+	{0x22b0, "HD Graphics"},
+	{0x22b1, "HD Graphics"},
+	{0x22b2, "HD Graphics"},
+	{0x22b3, "HD Graphics"},
+
 	/* When adding new identifiers, also update:
 	 * 1. intel_identify()
 	 * 2. man/intel.man
-- 
2.0.5



More information about the Intel-gfx mailing list