From: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> All CHV devices will be branded as "Intel(r) HD Graphics". Signed-off-by: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> --- 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@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx