Files
linux/drivers/gpu/host1x
Alexandre Courbot c95469aa5a gpu: host1x: Set DMA ops on device creation
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>
2016-03-04 16:24:57 +01:00
..
2015-12-14 10:50:33 +01:00
2013-12-19 09:29:50 +01:00
2013-12-19 09:29:52 +01:00
2013-04-22 12:32:46 +02:00
2016-03-04 16:24:56 +01:00
2016-03-04 16:24:56 +01:00
2013-04-22 12:32:43 +02:00
2013-04-22 12:32:43 +02:00
2015-12-14 10:50:33 +01:00