Re: [Intel-gfx] [PATCH 01/24] drm/i915/selftests: Pretend to be a gfx pci device

2017-05-19 Thread Chris Wilson
On Fri, May 19, 2017 at 12:02:48PM +0300, Joonas Lahtinen wrote: > On to, 2017-05-18 at 10:46 +0100, Chris Wilson wrote: > > Set the class on our mock pci device to GFX. This should be useful for > > utilities like intel-iommu that special case gfx devices. > > > > References:

Re: [Intel-gfx] [PATCH 01/24] drm/i915/selftests: Pretend to be a gfx pci device

2017-05-19 Thread Joonas Lahtinen
On to, 2017-05-18 at 10:46 +0100, Chris Wilson wrote: > Set the class on our mock pci device to GFX. This should be useful for > utilities like intel-iommu that special case gfx devices. > > References: https://bugs.freedesktop.org/show_bug.cgi?id=101080 > Signed-off-by: Chris Wilson

Re: [Intel-gfx] [PATCH 01/24] drm/i915/selftests: Pretend to be a gfx pci device

2017-05-18 Thread Chris Wilson
On Thu, May 18, 2017 at 02:35:06PM +0100, Tvrtko Ursulin wrote: > > On 18/05/2017 10:46, Chris Wilson wrote: > >Set the class on our mock pci device to GFX. This should be useful for > >utilities like intel-iommu that special case gfx devices. > > > >References:

Re: [Intel-gfx] [PATCH 01/24] drm/i915/selftests: Pretend to be a gfx pci device

2017-05-18 Thread Tvrtko Ursulin
On 18/05/2017 10:46, Chris Wilson wrote: Set the class on our mock pci device to GFX. This should be useful for utilities like intel-iommu that special case gfx devices. References: https://bugs.freedesktop.org/show_bug.cgi?id=101080 Signed-off-by: Chris Wilson ---