]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Mention when we enable the Ironlake iommu workarounds
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 30 Dec 2013 12:16:15 +0000 (12:16 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 7 Jan 2014 07:10:54 +0000 (08:10 +0100)
commitcf59e0e40bce8ea01d1b08a51ae7b1f21013001a
tree46b7d4667b181339b17d5d5b6f348826e9e2af7c
parentf72183488ce6e28e8e27958bb656766f9f606692
drm/i915: Mention when we enable the Ironlake iommu workarounds

The iommu and gfx on Ironlake do not like each other and require a
big hammer to prevent hard machine hangs. In

commit 760ba598748fbb11f73e04716a788ef9604450cb
Author: Ben Widawsky <ben@bwidawsk.net>
Date:   Mon Oct 17 15:51:55 2011 -0700

    drm/i915: ILK + VT-d workaround

we added the workaround, but never emitted any debug message that it was
active. Doing so should help identify known performance regressions.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem_gtt.c