Skip to content
Commit 07613ba2 authored by Dave Airlie's avatar Dave Airlie
Browse files

agp: switch AGP to use page array instead of unsigned long array



This switches AGP to use an array of pages for tracking the
pages allocated to the GART. This should enable GEM on PAE to work
a lot better as we can pass highmem pages to the PAT code and it will
do the right thing with them.

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 2908826d
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