]> asedeno.scripts.mit.edu Git - linux.git/commit
dma-buf/sw-sync: sync_pt is private and of fixed size
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 29 Jun 2017 12:59:28 +0000 (13:59 +0100)
committerGustavo Padovan <gustavo.padovan@collabora.com>
Thu, 29 Jun 2017 21:52:34 +0000 (18:52 -0300)
commit3b52ce44e720c240afc4c4b03140d7b7811b23bd
tree0f718c53cb9d6eab201f7847b74d18832c15e553
parenta6aa8fca4d792c72947e341d7842d2f700534335
dma-buf/sw-sync: sync_pt is private and of fixed size

Since sync_pt is only allocated from a single location and is no longer
the base class for fences (that is struct dma_fence) it no longer needs
a generic unsized allocator.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Cc: Sean Paul <seanpaul@chromium.org>
Cc: Gustavo Padovan <gustavo@padovan.org>
Reviewed-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170629125930.821-5-chris@chris-wilson.co.uk
drivers/dma-buf/sw_sync.c