-
- Downloads
i915/gem_exec_flush: Forgo I915_EXEC_NORELOC
As we do not maintain the contents of the batch buffers as we reuse and may move the objects between cycles, the requirements for I915_EXEC_NORELOC are not met. Rely on natural reloc skipping instead, so long as the ioctl overhead is less than the GPU, it should not have any impact on the incoherency detection rates. Closes: https://gitlab.freedesktop.org/drm/intel/issues/1203 Signed-off-by:Chris Wilson <chris@chris-wilson.co.uk> Acked-by:
Mika Kuoppala <mika.kuoppala@linux.intel.com>
Loading
Please register or sign in to comment