mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-16 14:02:10 +00:00
[AGPGART] Fix number of aperture sizes in 830 gart structs.
Spotted by Eric Anholt. Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
parent
65c25aadfa
commit
c14635eb4e
@ -1392,7 +1392,7 @@ static struct agp_bridge_driver intel_830_driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.aperture_sizes = intel_i830_sizes,
|
||||
.size_type = FIXED_APER_SIZE,
|
||||
.num_aperture_sizes = 3,
|
||||
.num_aperture_sizes = 4,
|
||||
.needs_scratch_page = TRUE,
|
||||
.configure = intel_i830_configure,
|
||||
.fetch_size = intel_i830_fetch_size,
|
||||
@ -1554,7 +1554,7 @@ static struct agp_bridge_driver intel_915_driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.aperture_sizes = intel_i830_sizes,
|
||||
.size_type = FIXED_APER_SIZE,
|
||||
.num_aperture_sizes = 3,
|
||||
.num_aperture_sizes = 4,
|
||||
.needs_scratch_page = TRUE,
|
||||
.configure = intel_i915_configure,
|
||||
.fetch_size = intel_i915_fetch_size,
|
||||
|
Loading…
Reference in New Issue
Block a user