-
- Downloads
drm: Add a gpu page-table walker helper
Add a gpu page table walker similar in functionality to the cpu page-table
walker in mm/pagewalk.c. This is made a drm helper in the hope that it
might prove useful to other drivers, but we could of course make it
single-driver only and rename the functions initially.
Also if remaining a DRM helper, we should consider making it a helper
kernel module of its own.
Signed-off-by:
Thomas Hellström <thomas.hellstrom@linux.intel.com>
Loading