aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/abi-default/dma_types.h
AgeCommit message (Collapse)Author
2024-01-10api: fix doxygen documentation groupingMatias Elo
Previously, all types and defines from ABI headers were listed as functions in Doxygen HTML output. No actual API changes. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Jere Leppänen <jere.leppanen@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
2023-11-01abi: dma: increase default transfer ID sizeTuomas Taipale
Increase default `odp_dma_transfer_id_t` size to 64 bit from 32 bit. This enables different implementations to potentially utilize pointers as the transfer ID. Signed-off-by: Tuomas Taipale <tuomas.taipale@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
2023-09-01api: update copyright formatMatias Elo
Update all API files to use the new shorter copyright format: /* SPDX-License-Identifier: BSD-3-Clause * Copyright (c) <YEAR> <COPYRIGHT HOLDER> */ Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
2021-12-09linux-gen: dma: implement the new DMA APIPetri Savolainen
Implement the new DMA API. Signed-off-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>