Home
last modified time | relevance | path

Searched hist:"198 c50e2ccff5c78ddbe0cb01593ac32458deb69" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/dma/
H A Dmapping.cdiff 198c50e2ccff5c78ddbe0cb01593ac32458deb69 Mon Feb 01 11:12:02 CST 2021 Christoph Hellwig <hch@lst.de> dma-mapping: refactor dma_{alloc,free}_pages

Factour out internal versions without the dma_debug calls in preparation
for callers that will need different dma_debug calls.

Note that this changes the dma_debug calls to get the not page aligned
size values, but as long as alloc and free agree on one variant we are
fine.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Tomasz Figa <tfiga@chromium.org>
Tested-by: Ricardo Ribalda <ribalda@chromium.org>