]> Git Repo - linux.git/commit
drm/i915: Remove bitmap tracking for used-pdpes
authorChris Wilson <[email protected]>
Wed, 15 Feb 2017 08:43:48 +0000 (08:43 +0000)
committerChris Wilson <[email protected]>
Wed, 15 Feb 2017 10:07:27 +0000 (10:07 +0000)
commite2b763caa6eb68ea56918ee6f79b40b82bdcf7c9
treeee59fc6e9943c792d76b22053b8a47452197ca07
parentfe52e37fa85d8b1404bed1389dde16297dad706a
drm/i915: Remove bitmap tracking for used-pdpes

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.

Signed-off-by: Chris Wilson <[email protected]>
Reviewed-by: Matthew Auld <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/i915_gem_gtt.c
drivers/gpu/drm/i915/i915_gem_gtt.h
This page took 0.073491 seconds and 4 git commands to generate.