UBUNTU: SAUCE: iommu/intel: disable DMAR for SKL integrated gfx #5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BugLink: https://bugs.launchpad.net/bugs/2062951
This patch addresses a screen flickering issues on systems with Skylake integrated graphics, identified under Ubuntu kernel version 6.8.0-x. Initially thought to be a regression from kernel 6.6, it has been determined that the flickering was caused by changes to the Ubuntu kernel configuration, specifically the enabling of CONFIG_INTEL_IOMMU_DEFAULT_ON and CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON.
77e530c ("UBUNTU: [Config] enable Intel DMA remapping by default")
The problem persists in the latest drm tip, and there is an upstream bug addressing the issue.
https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11504
Before there is a real fix for the issue, we may have to add the affected GPU IDs to the quirk to disable its DMAR.
Acked-by: Kuan-Ying Lee [email protected]
Acked-by: Aaron Jauregui [email protected]
Link: https://bugs.launchpad.net/bugs/2062951
Link: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11504