ANDROID: abi: qcom: Add dma_{alloc,free}_noncoherent

Leaf changes summary: 2 artifacts changed
Changed leaf types summary: 0 leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 2 Added functions
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable

2 Added functions:

  [A] 'function void* dma_alloc_noncoherent(device*, size_t, dma_addr_t*, dma_data_direction, gfp_t)'
  [A] 'function void dma_free_noncoherent(device*, size_t, void*, dma_addr_t, dma_data_direction)'

Bug: 217335534
Fixes: 79b64fa780 ("UPSTREAM: coresight: tmc-etr: Speed up for bounce buffer in flat mode")
Signed-off-by: Elliot Berman <quic_eberman@quicinc.com>
Change-Id: I442a250c1c0501fa3c5e0bd6dcfd210766c2b293
This commit is contained in:
Elliot Berman
2022-02-01 12:35:03 -08:00
committed by Giuliano Procida
parent 5d79e49205
commit b2fcb7b63b
2 changed files with 294 additions and 452 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -549,6 +549,7 @@
divider_ro_round_rate_parent divider_ro_round_rate_parent
divider_round_rate_parent divider_round_rate_parent
dma_alloc_attrs dma_alloc_attrs
dma_alloc_noncoherent
dma_async_device_register dma_async_device_register
dma_async_device_unregister dma_async_device_unregister
dma_async_tx_descriptor_init dma_async_tx_descriptor_init
@@ -584,6 +585,7 @@
dma_fence_signal_timestamp_locked dma_fence_signal_timestamp_locked
dma_fence_wait_timeout dma_fence_wait_timeout
dma_free_attrs dma_free_attrs
dma_free_noncoherent
dma_get_sgtable_attrs dma_get_sgtable_attrs
dma_get_slave_channel dma_get_slave_channel
dma_heap_add dma_heap_add