Go to file
Liam Mark 7f67bdd635 ubwcp: remove invalidate for lock with DMA_TO_DEVICE
Remove cache invalidation when lock is called with DMA direction
DMA_TO_DEVICE.
Doing so will allow clients to optimize the performance of their
code.

Clients can use DMA direction DMA_TO_DEVICE when either:
- The complete buffer will be written.
- Writes will be tile aligned.
- The buffer doesn't contain valid data.

Change-Id: I33e0b64c028498396af2c26828449bb3fc2c5930
Signed-off-by: Liam Mark <quic_lmark@quicinc.com>
2023-07-06 16:15:23 -07:00
Kuvaus
No description provided
226 MiB
Languages
C 98.7%
C++ 0.9%
Makefile 0.3%
Starlark 0.1%