Commit dace4366 authored by Dave Jones's avatar Dave Jones

[AGPGART] Map the graphic card to the bridge its connected to.

Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 30a6c1b2
......@@ -636,6 +636,11 @@ u32 agp_collect_device_status(struct agp_bridge_data *bridge, u32 requested_mode
pci_dev_put(device);
continue;
}
if ((device->bus->self->vendor != bridge->dev->vendor) &&
(device->bus->self->device != bridge->dev->device)) {
pci_dev_put(device);
continue;
}
}
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment