dma-buf/sw-sync: sync_pt is private and of fixed size
authorChris Wilson <[email protected]>
Thu, 29 Jun 2017 12:59:28 +0000 (13:59 +0100)
committerGustavo Padovan <[email protected]>
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 <[email protected]>
Cc: Sumit Semwal <[email protected]>
Cc: Sean Paul <[email protected]>
Cc: Gustavo Padovan <[email protected]>
Reviewed-by: Sean Paul <[email protected]>
Signed-off-by: Gustavo Padovan <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/dma-buf/sw_sync.c