drm/i915: fixup dma_fence_wait usage
authorMatthew Auld <matthew.auld@intel.com>
Tue, 2 Nov 2021 15:50:55 +0000 (15:50 +0000)
committerMatthew Auld <matthew.auld@intel.com>
Thu, 4 Nov 2021 09:40:57 +0000 (09:40 +0000)
commitfbd4cf3bfe1557b80774670d19c0a68d7d40fb18
treee5a4715bfe6697693a21155ea47a8f5677372d34
parent1448d5c47e6a26150d885bb4a5764a8d75b9c707
drm/i915: fixup dma_fence_wait usage

dma_fence_wait expects a boolean for whether it should be interruptible,
not a timeout value.

Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211102155055.100138-1-matthew.auld@intel.com
drivers/gpu/drm/i915/i915_vma.c