mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
af1cbfb9bf
If host1x_bo_pin() returns an SG table, create a DMA mapping for the buffer. For buffers that the host1x client has already mapped itself, host1x_bo_pin() returns NULL and the existing DMA address is used. Signed-off-by: Thierry Reding <treding@nvidia.com>