Disable Exynos IOMMU as it crashes

http://www.gossamer-threads.com/lists/linux/kernel/2118505
This commit is contained in:
Peter Robinson 2015-11-05 21:46:28 +00:00
parent ab175c9e16
commit 4133a4ad92
2 changed files with 5 additions and 2 deletions

View File

@ -246,7 +246,7 @@ CONFIG_EXYNOS_ADC=m
CONFIG_MMC_SDHCI_S3C=m
CONFIG_MMC_SDHCI_S3C_DMA=y
CONFIG_MMC_DW_EXYNOS=m
CONFIG_EXYNOS_IOMMU=y
# CONFIG_EXYNOS_IOMMU is not set
CONFIG_PCI_EXYNOS=y
CONFIG_PHY_EXYNOS5_USBDRD=m
CONFIG_PHY_SAMSUNG_USB2=m
@ -282,7 +282,7 @@ CONFIG_DRM_EXYNOS7_DECON=y
CONFIG_DRM_EXYNOS_G2D=y
CONFIG_DRM_EXYNOS_GSC=y
CONFIG_DRM_EXYNOS_HDMI=y
CONFIG_DRM_EXYNOS_IOMMU=y
# CONFIG_DRM_EXYNOS_IOMMU is not set
CONFIG_DRM_EXYNOS_IPP=y
CONFIG_DRM_EXYNOS_ROTATOR=y
CONFIG_DRM_EXYNOS_VIDI=y

View File

@ -2076,6 +2076,9 @@ fi
#
#
%changelog
* Thu Nov 5 2015 Peter Robinson <pbrobinson@fedoraproject.org>
- Disable Exynos IOMMU as it crashes
* Thu Nov 05 2015 Josh Boyer <jwboyer@fedoraproject.org>
- Fix backlight regression on older radeon devices (rhbz 1278407)