commit | f3320447a22a37bc9b9d2769d14aa39860fd5698 | [log] [tgz] |
---|---|---|
author | Benoit Parrot <bparrot@ti.com> | Mon Oct 07 12:10:03 2019 -0300 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Thu Oct 10 13:51:00 2019 -0300 |
tree | dcf4717ea3e3dc8249fb4e891b7bc9b31f888881 | |
parent | 63728b1cab288da65234e9c9fac4e294cc95cdd9 [diff] |
media: ti-vpe: Set the DMA mask and coherent mask VPE uses VPDMA (built-in dma engine) to transfer data to and from the IP and memory. VPDMA expect 32 bits addresses. To make sure that is always the case set the DMA mask and coherent mask for the device. Signed-off-by: Benoit Parrot <bparrot@ti.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>