]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/gem: Specify address type for chained reloc batches
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 4 May 2020 12:51:49 +0000 (13:51 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 4 May 2020 13:28:48 +0000 (14:28 +0100)
commit43d3761a1e7557ad1b37a842d0a08794e6244b83
tree6661421cbae9634b29972d6a1a5aa10165b27683
parent4515fef003495c5cf6250b797ced213d6038f651
drm/i915/gem: Specify address type for chained reloc batches

It is required that a chained batch be in the same address domain as its
parent, and also that must be specified in the command for earlier gen
as it is not inferred from the chaining until gen6.

Fixes: f57e6886513f ("drm/i915/gem: Use chained reloc batches")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200504125149.4396-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c