Message ID | 20190718081809.329-1-tjaalton@ubuntu.com |
---|---|
Headers | show |
Series | drm/i915: Fix hotplug issues | expand |
On 18.7.2019 11.18, Timo Aaltonen wrote: > From: Timo Aaltonen <tjaalton@debian.org> > > > BugLink: http://bugs.launchpad.net/bugs/1835001 > > This is an old issue with the system still thinking an external > monitor is attached while in fact it has been disconnected. The fix is > to retry hotplug and detect if the output is gone. > > This is needed for OEM kernels (OEM-B to follow later), but doesn't hurt > to have it for Eoan too. > > Imre Deak (1): > drm/i915: Add support for retrying hotplug > > José Roberto de Souza (1): > drm/i915: Enable hotplug retry > > drivers/gpu/drm/i915/i915_debugfs.c | 2 +- > drivers/gpu/drm/i915/i915_drv.h | 3 +- > drivers/gpu/drm/i915/intel_ddi.c | 33 +++++++++++++--- > drivers/gpu/drm/i915/intel_dp.c | 19 ++++++--- > drivers/gpu/drm/i915/intel_drv.h | 16 ++++++-- > drivers/gpu/drm/i915/intel_hdmi.c | 28 ++++++++++++- > drivers/gpu/drm/i915/intel_hotplug.c | 59 ++++++++++++++++++++++------ > drivers/gpu/drm/i915/intel_sdvo.c | 8 ++-- > 8 files changed, 135 insertions(+), 33 deletions(-) > and this is applied to osp1 oem-next
On Thu, Jul 18, 2019 at 11:18:05AM +0300, Timo Aaltonen wrote: > From: Timo Aaltonen <tjaalton@debian.org> > > > BugLink: http://bugs.launchpad.net/bugs/1835001 > > This is an old issue with the system still thinking an external > monitor is attached while in fact it has been disconnected. The fix is > to retry hotplug and detect if the output is gone. > > This is needed for OEM kernels (OEM-B to follow later), but doesn't hurt > to have it for Eoan too. Patches from maintainer trees are sauce patches. Applied to eoan/master-next with the addition of "UBUNTU: SAUCE:", thanks!
From: Timo Aaltonen <tjaalton@debian.org> BugLink: http://bugs.launchpad.net/bugs/1835001 This is an old issue with the system still thinking an external monitor is attached while in fact it has been disconnected. The fix is to retry hotplug and detect if the output is gone. This is needed for OEM kernels (OEM-B to follow later), but doesn't hurt to have it for Eoan too. Imre Deak (1): drm/i915: Add support for retrying hotplug José Roberto de Souza (1): drm/i915: Enable hotplug retry drivers/gpu/drm/i915/i915_debugfs.c | 2 +- drivers/gpu/drm/i915/i915_drv.h | 3 +- drivers/gpu/drm/i915/intel_ddi.c | 33 +++++++++++++--- drivers/gpu/drm/i915/intel_dp.c | 19 ++++++--- drivers/gpu/drm/i915/intel_drv.h | 16 ++++++-- drivers/gpu/drm/i915/intel_hdmi.c | 28 ++++++++++++- drivers/gpu/drm/i915/intel_hotplug.c | 59 ++++++++++++++++++++++------ drivers/gpu/drm/i915/intel_sdvo.c | 8 ++-- 8 files changed, 135 insertions(+), 33 deletions(-)