From: Ville Syrjälä <ville.syrj...@linux.intel.com>

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

Signed-off-by: Ville Syrjälä <ville.syrj...@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

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to