diff options
author | 2016-08-04 16:32:26 +0100 | |
---|---|---|
committer | 2016-08-04 20:19:55 +0100 | |
commit | 954c4691218d9e3736dec089c0a5546391c8f3df (patch) | |
tree | a9a786e798d90854d4270f925c87c2c921ea7d74 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/i915: Split insertion/binding of an object into the VM (diff) | |
download | wireguard-linux-954c4691218d9e3736dec089c0a5546391c8f3df.tar.xz wireguard-linux-954c4691218d9e3736dec089c0a5546391c8f3df.zip |
drm/i915: Convert 4096 alignment request to 0 for drm_mm allocations
As we always allocate in chunks of 4096 (that being both the PAGE_SIZE
and our own GTT_PAGE_SIZE), we know that all results from the drm_mm are
aligned to at least 4096. The drm_mm allocator itself is optimised for
alignment == 0, and so by converting alignments of 4096 to 0 we can
satisfy our own requirements and still hit the faster path.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1470324762-2545-10-git-send-email-chris@chris-wilson.co.uk
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions