You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, linked to the issue raised previously, issue #282.
I noticed that pci_set_dma_mask and pci_set_consistent_dma_mask have recently been depreciated.
Can anybody help with a workaround? I am pretty confident this is the cause of issue #282.
Thanks.
The text was updated successfully, but these errors were encountered:
Camera now working again. I replaced call on line 399 with
// pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(dev_priv->dma_mask));
dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(dev_priv->dma_mask));
This should have been fixed in 75a2a58
Perhaps you have a distro kernel with the dma_set_coherent_mask() change backported but still reports as a pre v5.18 kernel.
Hi, linked to the issue raised previously, issue #282.
I noticed that pci_set_dma_mask and pci_set_consistent_dma_mask have recently been depreciated.
Can anybody help with a workaround? I am pretty confident this is the cause of issue #282.
Thanks.
The text was updated successfully, but these errors were encountered: