Searched hist:"847 afd7bd5607ca974e562d7b2b8f800c4594fe6" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/misc/ |
H A D | fastrpc.c | diff 847afd7bd5607ca974e562d7b2b8f800c4594fe6 Thu Sep 23 03:37:52 CDT 2021 Jeya R <jeyr@codeaurora.org> misc: fastrpc: copy to user only for non-DMA-BUF heap buffers
fastrpc_put_args is copying all the output buffers to user. For large number of output context buffers, this might cause performance degradation. Copying is not needed for DMA-BUF heap buffers.
Signed-off-by: Jeya R <jeyr@codeaurora.org> Link: https://lore.kernel.org/r/1632386272-18139-1-git-send-email-jeyr@codeaurora.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|