mbox series

[RFC,0/1] drm/i915: Split off pci_driver.remove() tail to drm_driver.release()

Message ID 20190530092426.23880-1-janusz.krzysztofik@linux.intel.com (mailing list archive)
Headers show
Series drm/i915: Split off pci_driver.remove() tail to drm_driver.release() | expand

Message

Janusz Krzysztofik May 30, 2019, 9:24 a.m. UTC
Hi,

I do realize more work needs to be done to get a clean hotunplug
solution, however I need your comments to make sure that I'm going in
the right direction.

So far I have no good idea how to resolve pm_runtime_get_sync()
failures on outstanding device file close after successfull driver
unbind.

Thanks,
Janusz


Janusz Krzysztofik (1):
  drm/i915: Split off pci_driver.remove() tail to drm_driver.release()

 drivers/gpu/drm/i915/i915_drv.c | 17 +++++++++++++----
 drivers/gpu/drm/i915/i915_drv.h |  1 +
 drivers/gpu/drm/i915/i915_gem.c | 10 +++++++++-
 3 files changed, 23 insertions(+), 5 deletions(-)