Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dma-fence: Report the composite sync_file status

Same as for the individual fences, we want to report the actual status
of the fence when queried.

Reported-by: Petri Latvala <petri.latvala@intel.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Cc: Gustavo Padovan <gustavo@padovan.org>
Cc: Petri Latvala <petri.latvala@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190812091203.29871-1-chris@chris-wilson.co.uk

+1 -1
+1 -1
drivers/dma-buf/sync_file.c
··· 419 419 * info->num_fences. 420 420 */ 421 421 if (!info.num_fences) { 422 - info.status = dma_fence_is_signaled(sync_file->fence); 422 + info.status = dma_fence_get_status(sync_file->fence); 423 423 goto no_fences; 424 424 } else { 425 425 info.status = 1;