Bug 43024
Summary: | DRHD: handling fault status reg 3 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Alex Zhavnerchik (alex.vizor) |
Component: | Video(DRI - Intel) | Assignee: | drivers_video-dri-intel (drivers_video-dri-intel) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | daniel, florian |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.4-rc1 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: | kernel log |
Description
Alex Zhavnerchik
2012-04-01 19:25:39 UTC
Created attachment 72785 [details]
kernel log
VT-d in combination with Sandybridge gpus is one royal desaster. And we have no idea why exactly. Meanwhile I recommend you boot with intel_iommu=igfx_off, this will disable VT-d for the integrated gpu. Although if you don't need VT-d I recommend to disable it completely either in the bios or with intel_iommu=off on the kernel cmdline - due to various bug reports we already have to disable quite a few performance features on the gpu. Thanks Daniel, intel_iommu=off helped. Now it works OK But BTW - it worked OK with VT-d enabled in previous kernels (3.0, 3.1, 3.2, 3.3). So - I think that is a regression A patch referencing this bug report has been merged in Linux v3.4-rc2: commit 650dc07ec3b0eba8ff21da706d2b1876ada59fc3 Author: Daniel Vetter <daniel.vetter@ffwll.ch> Date: Mon Apr 2 10:08:35 2012 +0200 drm/i915: disable ppgtt on snb when dmar is enabled |