diff options
author | 2017-05-16 09:55:14 +0100 | |
---|---|---|
committer | 2017-05-16 11:26:36 +0100 | |
commit | d567232cbd9ec2a289ddffea4013b7265bbcc3d5 (patch) | |
tree | a8cd861e288267c59581c5c81c3099a285574a29 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | gpu: drm: i915: compress logic into one line (diff) | |
download | wireguard-linux-d567232cbd9ec2a289ddffea4013b7265bbcc3d5.tar.xz wireguard-linux-d567232cbd9ec2a289ddffea4013b7265bbcc3d5.zip |
drm/i915: use vma->size for appgtt allocate_va_range
For the aliasing ppgtt we clear the va range up to vma->size, but seem
to allocate up to vma->node.size, which is a little inconsistent given
that vma->node.size >= vma->size. Not that is really matters all that
much since we preallocate anyway, but for consistency just use
vma->size.
Fixes: ff685975d97f ("drm/i915: Move allocate_va_range to GTT")
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/20170516085514.5853-1-matthew.auld@intel.com
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions