Skip to content

Commit

Permalink
drm/i915: Remove bitmap tracking for used-ptes
Browse files Browse the repository at this point in the history
We only operate on known extents (both for alloc/clear) and so we can use
both the knowledge of the bind/unbind range along with the knowledge of
the existing pagetable to avoid having to allocate temporary and
auxiliary bitmaps.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99295
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Reviewed-by: Michał Winiarski <michal.winiarski@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170215084357.19977-12-chris@chris-wilson.co.uk
  • Loading branch information
Chris Wilson committed Feb 15, 2017
1 parent 16a011c commit dd19674
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 237 deletions.
Loading

0 comments on commit dd19674

Please sign in to comment.