commit | 34f5fe1243f072d9a10065a06d4b421f01636c09 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Nov 25 12:48:56 2019 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Nov 25 15:09:14 2019 +0000 |
tree | 2e49248b0f54b1683e5a5a7a6e8e14fb3976ffa0 | |
parent | 4f88f8747fa43c97c3b3712d8d87295ea757cc51 [diff] |
drm/i915/selftests: Move mock_vma to the heap to reduce stack_frame An i915_vma struct on the stack may push the frame over the limit, if set conservatively, so move it to the heap. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Matthew Auld <matthew.auld@intel.com> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191125124856.1761176-1-chris@chris-wilson.co.uk