2018-09-07 19:18:38

by Dmitrii Tcvetkov

[permalink] [raw]
Subject: No video output on 4.19-rc1 on XPS 13 9360

Since 4.19-rc1 my laptop boots with vertical rows of dots on the
screen instead of proper video output. SSH'ing into it allowed me to
get dmesg-without-pt.log output, PCI device 00:02.0 is
VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02)

Appending "iommu=pt" to kernel cmdline allowed to boot with functional
graphics output, but gave dmesg-with-pt.log output.

Bisect between v4.18 and v4.19-rc1 tags led me to commit
a7fc93fed94b173e2 (iommu/vt-d: Allocate and free pasid table).

Reverting this commit allows to build kernel on current master
(a12ed06ba2d3fa60e), which boots with functional graphical output
without specifying "iommu=pt".
Dmesg output is in dmesg-with-revert.log.

Without revert current master boots like 4.19-rc1.


Attachments:
(No filename) (777.00 B)
dmesg-without-pt.log (70.80 kB)
dmesg-with-pt.log (65.40 kB)
dmesg-with-revert.log (58.79 kB)
lspci.txt (37.00 kB)
xps-kernel.config (114.87 kB)
bisect.log (2.67 kB)
Download all attachments

2018-09-07 19:29:50

by Dmitrii Tcvetkov

[permalink] [raw]
Subject: Re: No video output on 4.19-rc1 on XPS 13 9360

On Fri, 7 Sep 2018 22:16:21 +0300
Dmitrii Tcvetkov <[email protected]> wrote:

> Since 4.19-rc1 my laptop boots with vertical rows of dots on the
> screen instead of proper video output.

By mistake attached wrong kernel config, the issue is reproducible the
laptop on mainline kernel with this config without 3-d party patches.


Attachments:
(No filename) (340.00 B)
xps.config (113.70 kB)
Download all attachments