diff options
| author | Thomas Zimmermann <[email protected]> | 2020-09-25 13:55:59 +0200 |
|---|---|---|
| committer | Thomas Zimmermann <[email protected]> | 2020-09-29 12:40:58 +0200 |
| commit | 6619ccf1bb1d0ebb071f758111efa83918b216fc (patch) | |
| tree | 783ed423d39f343b7468d7531acff99a3554f120 /tools/perf/scripts/python/netdev-times.py | |
| parent | 01fd30da0474d5528d96a154cb50ce3b0352fd19 (diff) | |
dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfaces
This patch updates dma_buf_vmap() and dma-buf's vmap callback to use
struct dma_buf_map.
The interfaces used to return a buffer address. This address now gets
stored in an instance of the structure that is given as an additional
argument. The functions return an errno code on errors.
Users of the functions are updated accordingly. This is only an interface
change. It is currently expected that dma-buf memory can be accessed with
system memory load/store operations.
v3:
* update fastrpc driver (kernel test robot)
v2:
* always clear map parameter in dma_buf_vmap() (Daniel)
* include dma-buf-heaps and i915 selftests (kernel test robot)
Signed-off-by: Thomas Zimmermann <[email protected]>
Acked-by: Sumit Semwal <[email protected]>
Acked-by: Christian König <[email protected]>
Acked-by: Daniel Vetter <[email protected]>
Acked-by: Tomasz Figa <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions