]> git.baikalelectronics.ru Git - kernel.git/commit
[AGPGART] intel_agp: fix G965 GTT size detect
authorWang Zhenyu <zhenyu.z.wang@intel.com>
Tue, 10 Apr 2007 01:42:48 +0000 (09:42 +0800)
committerDave Jones <davej@redhat.com>
Tue, 10 Apr 2007 02:09:58 +0000 (22:09 -0400)
commit59e54a499e212e532594edc918a351c323297a27
tree01e68ba08924faa8b458159c861b394a6f8053ad
parent4e2ee0f9ba21e0a04c2dbb6c0e9cda126f1f92be
[AGPGART] intel_agp: fix G965 GTT size detect

On G965, I810_PGETBL_CTL is a mmio offset, but we wrongly take it
as pci config space offset in detecting GTT size. This one line patch
fixs this.

Signed-off-by: Wang Zhenyu <zhenyu.z.wang@intel.com>
Signed-off-by: Dave Jones <davej@redhat.com>
drivers/char/agp/intel-agp.c