Re: [Intel-gfx] [PATCH] pci: Add a few new IDs for Intel GPU "spurious interrupt" quirk

2018-10-10 Thread Thomas Jarosch
Hello together, On Tuesday, 9 October 2018 19:01:58 CEST Bjorn Helgaas wrote: > > > Do you happen to know if Windows has the same problem? I.e., if you > > > boot an old version of Windows with a new GPU, and unplug the VGA > > > cable, does Windows crash? If Windows can figure out how to handle

[Intel-gfx] [PATCH] PCI: Add another ID for Intel GPU "spurious interrupt" quirk

2014-08-08 Thread Thomas Jarosch
, latency 0, IRQ 11 Signed-off-by: Thomas Jarosch Tested-by: Thomas Jarosch CC: sta...@vger.kernel.org # v3.4+ --- drivers/pci/quirks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index 80c2d01..d2ff39d 100644 --- a/drivers/pci/quirks.c +++ b

[Intel-gfx] [intel-gpu-tools PATCH] Fix out of bounds memory access

2013-01-06 Thread Thomas Jarosch
cppcheck reported: [tools/intel_infoframes.c:836]: (error) Width 31 given in format string (no. 1) is larger than destination buffer 'option[16]', use %15s to prevent overflowing it. Signed-off-by: Thomas Jarosch --- tools/intel_infoframes.c | 2 +- 1 file changed, 1 insertion(+),