All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Small fixes to speed up resume
@ 2016-11-03 15:42 ` Lyude
  0 siblings, 0 replies; 20+ messages in thread
From: Lyude @ 2016-11-03 15:42 UTC (permalink / raw)
  To: intel-gfx; +Cc: Lyude, David Airlie, linux-kernel, dri-devel, Daniel Vetter

Recently David Weinehall has been investigating how we can make the resume
process in i915 faster, and poked me to take a look at why we were taking so
long while reprobing. As it turns out the main issue is just that we hold up
the entire resume process while we reprobe connectors, which isn't really
necessary. This fixes things so we can actually run the connector reprobing on
resume asynchronously.

Cc: David Weinehall <david.weinehall@linux.intel.com>

Lyude (2):
  drm/i915: Remove redundant reprobe in i915_drm_resume
  drm/i915: Reinit polling before hpd when resuming

 drivers/gpu/drm/i915/i915_drv.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

-- 
2.7.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2016-11-03 18:56 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-03 15:42 [PATCH 0/2] Small fixes to speed up resume Lyude
2016-11-03 15:42 ` Lyude
2016-11-03 15:42 ` [PATCH 1/2] drm/i915: Remove redundant reprobe in i915_drm_resume Lyude
2016-11-03 16:02   ` [Intel-gfx] " Chris Wilson
2016-11-03 16:02     ` Chris Wilson
2016-11-03 16:11     ` Lyude Paul
2016-11-03 16:11       ` Lyude Paul
2016-11-03 16:11       ` Lyude Paul
2016-11-03 16:11         ` Lyude Paul
2016-11-03 16:25         ` Chris Wilson
2016-11-03 16:25           ` Chris Wilson
2016-11-03 16:42           ` Lyude Paul
2016-11-03 16:42             ` [Intel-gfx] " Lyude Paul
2016-11-03 18:50   ` David Weinehall
2016-11-03 18:50     ` [Intel-gfx] " David Weinehall
2016-11-03 15:42 ` [PATCH 2/2] drm/i915: Reinit polling before hpd when resuming Lyude
2016-11-03 15:42   ` Lyude
2016-11-03 18:50   ` David Weinehall
2016-11-03 18:50     ` [Intel-gfx] " David Weinehall
2016-11-03 16:16 ` ✓ Fi.CI.BAT: success for Small fixes to speed up resume Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.