mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [RFC PATCH 0/1] drm/i915: Split off pci_driver.remove() tail to drm_driver.release()
@ 2019-05-30  9:24 Janusz Krzysztofik
  2019-05-30  9:24 ` [RFC PATCH 1/1] " Janusz Krzysztofik
  0 siblings, 1 reply; 5+ messages in thread
From: Janusz Krzysztofik @ 2019-05-30  9:24 UTC (permalink / raw)
  To: intel-gfx
  Cc: Chris Wilson, Daniel Vetter, Jani Nikula, Joonas Lahtinen,
	Rodrigo Vivi, David Airlie, Michal Wajdeczko, dri-devel,
	linux-kernel, Janusz Krzysztofik

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(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-06-03 10:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-30  9:24 [RFC PATCH 0/1] drm/i915: Split off pci_driver.remove() tail to drm_driver.release() Janusz Krzysztofik
2019-05-30  9:24 ` [RFC PATCH 1/1] " Janusz Krzysztofik
2019-05-30  9:40   ` Chris Wilson
2019-06-03  7:28     ` Daniel Vetter
2019-06-03 10:03       ` Janusz Krzysztofik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome