Revision c95469aa5a188384ccf8ac520ece931c66caf8aa authored by Alexandre Courbot on 26 February 2016, 09:06:53 UTC, committed by Thierry Reding on 04 March 2016, 15:24:57 UTC
Currently host1x-instanciated devices have their dma_ops left to NULL,
which makes any DMA operation (like buffer import) on ARM64 fallback
to the dummy_dma_ops and fail with an error.

This patch calls of_dma_configure() with the host1x node when creating
such a device, so the proper DMA operations are set.

Suggested-by: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 097452e
History
File Mode Size
Kconfig -rw-r--r-- 760 bytes
Makefile -rw-r--r-- 106 bytes
mcb-core.c -rw-r--r-- 8.8 KB
mcb-internal.h -rw-r--r-- 3.1 KB
mcb-parse.c -rw-r--r-- 3.3 KB
mcb-pci.c -rw-r--r-- 3.0 KB

back to top