commit | 07613ba2f464f59949266f4337b75b91eb610795 | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Fri Jun 12 14:11:41 2009 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Fri Jun 19 10:21:42 2009 +1000 |
tree | 8e43a82571686492aba2269c2e7a49c323783af1 | |
parent | 2908826d045a89805714e0a3055a99dc40565d41 [diff] |
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: Dave Airlie <airlied@redhat.com>