From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH] VT-d: add iommu=igfx_off option to workaround graphics issues Date: Sun, 19 Jul 2015 16:53:59 +0100 Message-ID: <55ABC817.5030601@citrix.com> References: <1437159952-4134-1-git-send-email-lantw44@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1437159952-4134-1-git-send-email-lantw44@gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ting-Wei Lan , xen-devel@lists.xen.org Cc: Yang Zhang , Kevin Tian , Jan Beulich List-Id: xen-devel@lists.xenproject.org Hi, On 17/07/2015 20:05, Ting-Wei Lan wrote: > When using Linux >= 3.19 (commit 47591df) as dom0 on some Intel Ironlake > devices, It is possible to encounter graphics issues that make screen > unreadable or crash the system. It was reported in freedesktop bugzilla: > > https://bugs.freedesktop.org/show_bug.cgi?id=90037 > > As we still cannot find a proper fix for this problem, this patch adds > iommu=igfx_off option that is similar to Linux intel_iommu=igfx_off for > users to manually workaround the problem. I would prefer to see the introduction of intel_iommu parameter in the vtd code rather than extending again the iommu parameter with intel specific options in the common code which is both for ARM and x86. Regards, -- Julien Grall