commit | 6eebfe8a10a62139d681e2f1af1386252742278b | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 12 08:58:18 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 12 10:21:55 2019 +0100 |
tree | 910b40ca6b3eed5b7257d196ea9c53850006761c | |
parent | 3e1f0a518d22c361d8e947e94a189ba0c9b3db7a [diff] |
drm/i915/gtt: Use shallow dma pages for scratch We only use the dma pages for scratch, and so do not need to allocate the extra storage for the shadow page directory. v2: Refrain from reintroducing I915_PDES Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190712075818.20616-1-chris@chris-wilson.co.uk