agp/intel: official names for Pineview and Ironlake

Previous thread: drm/i915: move a gtt flush to the correct place by Linux Kernel Mailing List on Thursday, March 4, 2010 - 9:59 am. (1 message)

Next thread: drm/i915: provide FBC status in debugfs by Linux Kernel Mailing List on Thursday, March 4, 2010 - 9:59 am. (1 message)
From: Linux Kernel Mailing List
Date: Thursday, March 4, 2010 - 9:59 am

Gitweb:     http://git.kernel.org/linus/af86d4b0f064413d2f353a41cdc23b7dbff0823d
Commit:     af86d4b0f064413d2f353a41cdc23b7dbff0823d
Parent:     4f8a567c4666c73284832240db89fdadb2c50bd5
Author:     Zhenyu Wang <zhenyuw@linux.intel.com>
AuthorDate: Wed Feb 10 10:39:33 2010 +0800
Committer:  Eric Anholt <eric@anholt.net>
CommitDate: Mon Feb 22 11:54:40 2010 -0500

    agp/intel: official names for Pineview and Ironlake
    
    Print official names for Pineview and Ironlake, which is Intel
    GMA3150 and Intel HD graphics.
    
    Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
    Signed-off-by: Eric Anholt <eric@anholt.net>
---
 drivers/char/agp/intel-agp.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/char/agp/intel-agp.c b/drivers/char/agp/intel-agp.c
index 3999a5f..e5ffefe 100644
--- a/drivers/char/agp/intel-agp.c
+++ b/drivers/char/agp/intel-agp.c
@@ -2345,9 +2345,9 @@ static const struct intel_driver_description {
 		NULL, &intel_g33_driver },
 	{ PCI_DEVICE_ID_INTEL_Q33_HB, PCI_DEVICE_ID_INTEL_Q33_IG, 0, "Q33",
 		NULL, &intel_g33_driver },
-	{ PCI_DEVICE_ID_INTEL_PINEVIEW_M_HB, PCI_DEVICE_ID_INTEL_PINEVIEW_M_IG, 0, "Pineview",
+	{ PCI_DEVICE_ID_INTEL_PINEVIEW_M_HB, PCI_DEVICE_ID_INTEL_PINEVIEW_M_IG, 0, "GMA3150",
 		NULL, &intel_g33_driver },
-	{ PCI_DEVICE_ID_INTEL_PINEVIEW_HB, PCI_DEVICE_ID_INTEL_PINEVIEW_IG, 0, "Pineview",
+	{ PCI_DEVICE_ID_INTEL_PINEVIEW_HB, PCI_DEVICE_ID_INTEL_PINEVIEW_IG, 0, "GMA3150",
 		NULL, &intel_g33_driver },
 	{ PCI_DEVICE_ID_INTEL_GM45_HB, PCI_DEVICE_ID_INTEL_GM45_IG, 0,
 	    "GM45", NULL, &intel_i965_driver },
@@ -2362,13 +2362,13 @@ static const struct intel_driver_description {
 	{ PCI_DEVICE_ID_INTEL_G41_HB, PCI_DEVICE_ID_INTEL_G41_IG, 0,
 	    "G41", NULL, &intel_i965_driver },
 	{ PCI_DEVICE_ID_INTEL_IRONLAKE_D_HB, PCI_DEVICE_ID_INTEL_IRONLAKE_D_IG, 0,
-	    "Ironlake/D", NULL, &intel_i965_driver },
+	    "HD Graphics", NULL, &intel_i965_driver },
 	{ ...
Previous thread: drm/i915: move a gtt flush to the correct place by Linux Kernel Mailing List on Thursday, March 4, 2010 - 9:59 am. (1 message)

Next thread: drm/i915: provide FBC status in debugfs by Linux Kernel Mailing List on Thursday, March 4, 2010 - 9:59 am. (1 message)