commit | 57a7e30546b2f8de4925406ff55eef11da05615b | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 12 10:43:22 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 12 12:22:28 2019 +0100 |
tree | 70595e6940bbf1ef78e9a9470ee227f5f0669b18 | |
parent | 6eebfe8a10a62139d681e2f1af1386252742278b [diff] |
drm/i915/gtt: Wrap page_table with page_directory The page directory extends the page table with the shadow entries. Make the page directory struct embed the page table for easier code reuse. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190712094327.24437-1-chris@chris-wilson.co.uk