OSDN Git Service

drm: xlnx: Use dma_request_chan for DMA channel request
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 23 Oct 2020 09:46:02 +0000 (12:46 +0300)
committerHyun Kwon <hyun.kwon@xilinx.com>
Thu, 29 Oct 2020 00:28:27 +0000 (17:28 -0700)
commit5144eead3f8c80ac7f913c07139442fede94003e
tree0075e2a36214cff7d64392f1e33cb79dc726faf9
parent7cb415003468d41aecd6877ae088c38f6c0fc174
drm: xlnx: Use dma_request_chan for DMA channel request

There is no need to use the of_dma_request_slave_channel() directly as
dma_request_chan() is going to try to get the channel via OF as well.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Hyun Kwon <hyun.kwon@xilinx.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201023094602.5630-1-peter.ujfalusi@ti.com
drivers/gpu/drm/xlnx/zynqmp_disp.c