OSDN Git Service

gpu: host1x: Call of_dma_configure() after setting bus
authorMikko Perttunen <mperttunen@nvidia.com>
Sun, 24 Sep 2017 09:04:53 +0000 (12:04 +0300)
committerThierry Reding <treding@nvidia.com>
Fri, 20 Oct 2017 12:19:51 +0000 (14:19 +0200)
commit2fb0dceb69ce957f01bdb6fddf7baf4c4b9cbc0d
tree0e2eb20ed43f268538df932921aefacb0c67495d
parent6e44b9ad22f82d4d10b707bcad6b7c701ed11641
gpu: host1x: Call of_dma_configure() after setting bus

of_dma_configure() now checks the device's bus before configuring it, so
we need to set the device's bus before calling.

Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/bus.c