Re: [AGPGART] intel_agp: Add support for G33, Q33 and Q35 chipsets

2007-06-05 Thread Wang Zhenyu
for report. [AGPGART] intel_agp: Add support for G33, Q33 and Q35 chipsets This patch adds pci ids for G33, Q33 and Q35 chips, and update with new GTT size and stolen mem size detect method on these chips. Signed-off-by: Wang Zhenyu <[EMAIL PROTECTED]> --- drivers/char/agp/agp.h |

[AGPGART] intel_agp: Add support for G33, Q33 and Q35 chipsets

2007-06-05 Thread Wang Zhenyu
Dave, This patch adds pci ids for G33, Q33 and Q35 chips, and update with new GTT size and stolen mem size detect method on these chips. It bases on below intel-agp patches currently in -mm tree: intel_agp-cleanup-intel-private-data.patch intel_agp-cleanup-intel-private-data-update.patch

[AGPGART] intel_agp: Add support for G33, Q33 and Q35 chipsets

2007-06-05 Thread Wang Zhenyu
Dave, This patch adds pci ids for G33, Q33 and Q35 chips, and update with new GTT size and stolen mem size detect method on these chips. It bases on below intel-agp patches currently in -mm tree: intel_agp-cleanup-intel-private-data.patch intel_agp-cleanup-intel-private-data-update.patch

Re: [AGPGART] intel_agp: Add support for G33, Q33 and Q35 chipsets

2007-06-05 Thread Wang Zhenyu
-probe.patch intel_agp-use-table-for-device-probe-update.patch intel_agp-add-support-for-965gme-gle.patch intel_agp-add-support-for-945gme.patch oops, found one break line was missed in detect GTT size switch. Here's the updated patch. Thanks Kent Liu for report. [AGPGART] intel_agp: Add support