r300: respect radeon common code fallbacks
[mesa.git] / src / gallium / winsys / drm / intel / xorg / intel_xorg.c
index 46a7971f60905e6e61346666755249afcfd111d8..369dc356cf87c0b03f39a4ff486355ad1d46f5ba 100644 (file)
@@ -47,8 +47,8 @@ static SymTabRec intel_xorg_chipsets[] = {
 };
 
 static PciChipsets intel_xorg_pci_devices[] = {
-    {PCI_MATCH_ANY, PCI_MATCH_ANY, RES_SHARED_VGA},
-    {-1, -1, RES_UNDEFINED}
+    {PCI_MATCH_ANY, PCI_MATCH_ANY, NULL},
+    {-1, -1, NULL}
 };
 
 static XF86ModuleVersionInfo intel_xorg_version = {
@@ -104,12 +104,6 @@ intel_xorg_setup(pointer module, pointer opts, int *errmaj, int *errmin)
        setupDone = 1;
        xf86AddDriver(&modesetting, module, HaveDriverFuncs);
 
-       /*
-        * Tell the loader about symbols from other modules that this module
-        * might refer to.
-        */
-       xorg_tracker_loader_ref_sym_lists();
-
        /*
         * The return value must be non-NULL on success even though there
         * is no TearDownProc.
@@ -140,7 +134,7 @@ intel_xorg_pci_probe(DriverPtr driver,
                               NULL, NULL, NULL, NULL, NULL);
     if (scrn != NULL) {
        scrn->driverVersion = 1;
-       scrn->driverName = "modesetting";
+       scrn->driverName = "i915";
        scrn->name = "modesetting";
        scrn->Probe = NULL;