* Hans Verkuil [190812 12:50]:
> On 7/30/19 8:17 AM, Hans Verkuil wrote:
> > The dma_mask and coherent_dma_mask values were never set.
> >
> > This prevented the media omap_vout driver from loading successfully.
> >
> > Tested on a Pandaboard and Beagle XM board.
> >
> > Signed-off-by: Hans Ver
On 7/30/19 8:17 AM, Hans Verkuil wrote:
> The dma_mask and coherent_dma_mask values were never set.
>
> This prevented the media omap_vout driver from loading successfully.
>
> Tested on a Pandaboard and Beagle XM board.
>
> Signed-off-by: Hans Verkuil
Tony, can you pick this up? Or give an Ac
The dma_mask and coherent_dma_mask values were never set.
This prevented the media omap_vout driver from loading successfully.
Tested on a Pandaboard and Beagle XM board.
Signed-off-by: Hans Verkuil
---
arch/arm/mach-omap2/devices.c | 7 +++
1 file changed, 7 insertions(+)
diff --git a/ar