xf86-video-ati: Branch 'kms-only'

Dave Airlie airlied at kemper.freedesktop.org
Mon Jun 18 05:07:08 PDT 2012


 src/pcidb/parse_pci_ids.pl |    2 +-
 src/radeon_chipset_gen.h   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6514bcdc0fc199b4f3a8b4273bd29e0fe255d232
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Jun 18 13:02:03 2012 +0100

    radeon: fix RADEONChipsets
    
    reported on irc by okias.
    
    Signed-off-by: Dave Airlie <airlied at redhat.com>

diff --git a/src/pcidb/parse_pci_ids.pl b/src/pcidb/parse_pci_ids.pl
index 72fb480..4500950 100755
--- a/src/pcidb/parse_pci_ids.pl
+++ b/src/pcidb/parse_pci_ids.pl
@@ -27,7 +27,7 @@ open (RADEONCHIPSET, ">", $radeonchipsetfile) or die;
 open (RADEONCHIPINFO, ">", $radeonchipinfofile) or die;
 
 print RADEONCHIPSET "/* This file is autogenerated please do not edit */\n";
-print RADEONCHIPSET "static SymTabRec RADEONChipsets[] = {\n";
+print RADEONCHIPSET "SymTabRec RADEONChipsets[] = {\n";
 print PCICHIPSET "/* This file is autogenerated please do not edit */\n";
 print PCICHIPSET "static PciChipsets RADEONPciChipsets[] = {\n";
 print PCIDEVICEMATCH "/* This file is autogenerated please do not edit */\n";
diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h
index d2f61a0..31b31ab 100644
--- a/src/radeon_chipset_gen.h
+++ b/src/radeon_chipset_gen.h
@@ -1,5 +1,5 @@
 /* This file is autogenerated please do not edit */
-static SymTabRec RADEONChipsets[] = {
+SymTabRec RADEONChipsets[] = {
   { PCI_CHIP_RV380_3150, "ATI Radeon Mobility X600 (M24) 3150 (PCIE)" },
   { PCI_CHIP_RV380_3151, "ATI FireMV 2400 (PCI)" },
   { PCI_CHIP_RV380_3152, "ATI Radeon Mobility X300 (M24) 3152 (PCIE)" },


More information about the xorg-commit mailing list