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
kernel: Avoid setting iommu.passthrough on ARM system
The kernel argument `iommu.passthgouh` can break some GPU
scenarios when set to `1` [1]:
> We recommend that you add the iommu.passthrough=0 kernel parameter until this
issue is resolved
Avoid set the argument, as it would be hard for the user to
undone the effect of this operation, as the config-daemon
would reconcile the parameter list.
[1] https://docs.nvidia.com/grace-linux-install-guide.pdf
Signed-off-by: Andrea Panattoni <[email protected]>
0 commit comments