commit | 8888985144db8f4cb7e56154b31bdf233d3550bf | [log] [tgz] |
---|---|---|
author | Wang Zhenyu <zhenyu.z.wang@intel.com> | Thu Jun 14 10:01:04 2007 +0800 |
committer | Dave Jones <davej@redhat.com> | Thu Jun 14 18:08:51 2007 -0400 |
tree | da3ecf1eb2236e15e63ac5453369b10408a7598b | |
parent | 874808c6dd429f7431b906a32c7f78a68e7636af [diff] |
[AGPGART] intel_agp: fix device probe This patch trys to fix device probe in two cases. First we should correctly detect device if integrated graphics device is not enabled or exists, like an add-in card is plugged. Second on some type of intel GMCH, it might have multiple graphic chip models, like 945GME case, so we should be sure the detect works through the whole table. Signed-off-by: Wang Zhenyu <zhenyu.z.wang@intel.com> Signed-off-by: Dave Jones <davej@redhat.com>