]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/gt: Drop stale commentary for timeline density
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 25 Jun 2019 23:33:48 +0000 (00:33 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 26 Jun 2019 06:25:52 +0000 (07:25 +0100)
commit666d5ed9c76ecc495d31d1128a4f0046ca29c61a
tree863fb5c86138695c551f4e8f329f79ceeef4295d
parent0a5a2aad6a668dc7f2f44dc81958a03e2f86c4c1
drm/i915/gt: Drop stale commentary for timeline density

We no longer allocate a contiguous set of timeline ids for all engines
upon creation, so we no longer should assume that the timelines are
densely allocated within a context. Hopefully, the set of fences used
within a workload are still dense enough for us to take advantage of
the compressed radix tree used for the syncmap.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190625233349.32371-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_timeline.c