Commit 3425492a authored by Dave Jones's avatar Dave Jones

[AGPGART] VIA AGPGARTs can support really small aperture sizes.

Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 708902d2
......@@ -93,6 +93,8 @@ static struct aper_size_info_8 via_generic_sizes[7] =
{16, 4096, 2, 240},
{8, 2048, 1, 248},
{4, 1024, 0, 252}
{2, 512, 0, 254}
{1, 256, 0, 255}
};
......
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