]> Git Repo - linux.git/commit
drm/i915: Remove bitmap tracking for used-ptes
authorChris Wilson <[email protected]>
Wed, 15 Feb 2017 08:43:46 +0000 (08:43 +0000)
committerChris Wilson <[email protected]>
Wed, 15 Feb 2017 10:07:24 +0000 (10:07 +0000)
commitdd19674bacba227ae5d3ce680cbc5668198894dc
tree25b2411a9fe45ca2cb40af1da6758eef2db15f00
parent16a011c8be2f36f972fd9295d0c350c7dffd4779
drm/i915: Remove bitmap tracking for used-ptes

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 <[email protected]>
Reviewed-by: Matthew Auld <[email protected]>
Reviewed-by: MichaƂ Winiarski <[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
drivers/gpu/drm/i915/i915_trace.h
This page took 0.053962 seconds and 4 git commands to generate.