On Fri, 2015-06-19 at 17:44 +0200, Daniel Vetter wrote:
I wonder whether we shouldn't do this unconditionally for gen4 and earlier for Lenovo ... Anyway this needs Cc: stable@vger.kernel.org and is for Jani to pick up.
Thanks for figuring out what's been broken here. -Daniel
pci_set_power_state(drm_dev->pdev, PCI_D3hot);
return 0;
Just two days ago we discussed this bug too, see https://lkml.org/lkml/2015/6/17/327 . That message contains a link to a patch I cobbled together for yet another ThinkPad hitting this, but with PCI_SUBVENDOR_ID_IBM involved.
Paul Bolle