xf86-video-intel: src/intel_module.c

Chris Wilson ickle at kemper.freedesktop.org
Tue Jun 24 08:34:07 PDT 2014


 src/intel_module.c |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit d14d7efb28c3e323203139b7c1562b1e0bc526f0
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Tue Jun 24 16:33:43 2014 +0100

    intel: Add a note about the myriad places we have identifier strings
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/intel_module.c b/src/intel_module.c
index 223ea81..a47427a 100644
--- a/src/intel_module.c
+++ b/src/intel_module.c
@@ -224,6 +224,12 @@ static const SymTabRec intel_chipsets[] = {
 	{0x0155, "HD Graphics"},
 	{0x0157, "HD Graphics"},
 
+	/* When adding new identifiers, also update:
+	 * 1. intel_identify()
+	 * 2. man/intel.man
+	 * 3. README
+	 */
+
 	{-1, NULL} /* Sentinel */
 };
 


More information about the xorg-commit mailing list