| Summary: | sys-kernel/gentoo-sources-4.15.9: crash in i915 driver when docked | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | d.rauber |
| Component: | Current packages | Assignee: | Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | d.rauber, viklevin2 |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| URL: | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/gpu/drm/i915/intel_ddi.c?id=b1e314462bba76660eec62760bb2e87f28f58866 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
syslog
lspci log with drm.debug=0xe drm-i915-dp-Write-to-SET_POWER-dpcd-to-enable-MST-hub-gentoo.patch backported i915 patch from Linus' tree |
||
|
Description
d.rauber
2018-03-15 11:13:42 UTC
Created attachment 523996 [details]
syslog
Created attachment 523998 [details]
lspci
Hi, Have you the same problem with 4.15.13 ? Thanks Created attachment 526038 [details]
log with drm.debug=0xe
Problem still there in kernel 4.15.13. New log attached with drm.debug=0xe set.
Created attachment 526042 [details, diff] drm-i915-dp-Write-to-SET_POWER-dpcd-to-enable-MST-hub-gentoo.patch I tried the patch from https://patchwork.freedesktop.org/patch/210500/ and it fixes my problem. Had to manually fix the patch for my kernel. New patch attached. Maybe similar bug: https://bugs.gentoo.org/649298 Kernel hangs on boot. Created attachment 526140 [details, diff]
backported i915 patch from Linus' tree
I had to tweak the patch to apply to 4.15? Did you do the same?
Can you test this one against 4.15.
You can apply with:
patch -p1 < /location/of/2700_i915-to-SET-POWER-dpcd-to-enable-MST-hub.patch
Your patch is the same as mine, only difference is the deleted comment. I also had to tweak it in order to work. 4.15 is EOL'ed and the upstream patch is in kernels >= 4.16. |