From patchwork Wed May 28 02:19:10 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rodrigo Vivi X-Patchwork-Id: 4252231 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 3E683BF90B for ; Wed, 28 May 2014 02:18:35 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7B0ED20279 for ; Wed, 28 May 2014 02:18:34 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 361AB201C7 for ; Wed, 28 May 2014 02:18:33 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 764656E7D7; Tue, 27 May 2014 19:18:32 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) by gabe.freedesktop.org (Postfix) with ESMTP id DD8166E7D7 for ; Tue, 27 May 2014 19:18:31 -0700 (PDT) Received: by mail-pa0-f43.google.com with SMTP id hz1so10176633pad.30 for ; Tue, 27 May 2014 19:18:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=A8AlWAdkcWKhVAzfUsZ541YYBNWVL7dLCoYAEd/Jc+A=; b=yjqOmP6NoTGzIAs5U+BwMg7n0c2bVge5KX+v1fbjYhETGoq59VoA0RZJ112WAA+rHP dSWGpgF1ER+4fqP7pidPo2UZ87fUZQjQAvKJ6Twhm8tiWYPgg7dqG5eCJu6wH13lMv2d 8OqnFxoSV/rmXmWpBZqkVSxxGEu4aH1UNNNPrOaiSmpHHAiCWXNNeodXAr+rItdg7r3s O7BlhTXZjgUMIOSJZA+wyBdhLg1UbEXNHlKA/KgqH46HjNsX8jVIGDoHKB1ilHnMt/Y/ RKUHzT2g/iaOJNDbj3ux/7dmZSve+DwCqdXa0wlTev2abCrc+LR4idoUw7X9O815AXa4 gRNA== X-Received: by 10.66.193.104 with SMTP id hn8mr40968218pac.99.1401243511671; Tue, 27 May 2014 19:18:31 -0700 (PDT) Received: from localhost (jfdmzpr05-ext.jf.intel.com. [134.134.139.74]) by mx.google.com with ESMTPSA id vn13sm5335509pab.8.2014.05.27.19.18.30 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 May 2014 19:18:30 -0700 (PDT) From: Rodrigo Vivi To: intel-gfx@lists.freedesktop.org Date: Tue, 27 May 2014 19:19:10 -0700 Message-Id: <1401243552-27727-1-git-send-email-rodrigo.vivi@gmail.com> X-Mailer: git-send-email 1.9.0 Subject: [Intel-gfx] [PATCH 1/2] BDW: Adding known Marketing names. X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Rodrigo Vivi --- src/intel_module.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/intel_module.c b/src/intel_module.c index 223ea81..668c45e 100644 --- a/src/intel_module.c +++ b/src/intel_module.c @@ -224,6 +224,16 @@ static const SymTabRec intel_chipsets[] = { {0x0155, "HD Graphics"}, {0x0157, "HD Graphics"}, + /* Broadwell Marketing names */ + {0x1606, "HD graphics"}, + {0x1612, "HD graphics 5600"}, + {0x1616, "HD graphics 5500"}, + {0x161E, "HD graphics 5300"}, + {0x1622, "Iris Pro graphics 6200"}, + {0x1626, "HD graphics 6000"}, + {0x162B, "Iris graphics 6100"}, + {0x162A, "Iris Pro graphics P6300"}, + {-1, NULL} /* Sentinel */ };