alloc_pt_range — Allocate a multiple page tables
int alloc_pt_range ( | struct i915_page_directory_entry * pd, |
uint16_t pde, | |
size_t count, | |
struct drm_device * dev) ; |
pd
The page directory which will have at least count
entries
available to point to the allocated page tables.
pde
First page directory entry for which we are allocating.
count
Number of pages to allocate.
dev
DRM device.