intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* VT switchless suspend/resume
@ 2013-02-02 15:34 Jesse Barnes
  2013-02-02 15:34 ` [PATCH] PM: make VT switching to the suspend console optional v2 Jesse Barnes
  0 siblings, 1 reply; 11+ messages in thread
From: Jesse Barnes @ 2013-02-02 15:34 UTC (permalink / raw)
  To: linux-kernel; +Cc: rjw, intel-gfx

Finally got around to updating these patches here at FOSDEM.  I made the
core PM support for this into a function so multiple drivers can
indicate their support and we'll be conservative about doing the switch
if no drivers call in or if any driver indicates it can't support VT
switchless suspend/resume.  Please check the logic in my
pm_vt_switch_required function; I try to handle several cases:
  1) no driver calls the routine (should VT switch)
  2) driver requires it but then unbinds and clears its req, a
     subsequent driver that doesn't require VT switching should have its
     switchless behavior honored (shouldn't VT switch)
  3) multiple drivers call in with different reqs (should VT switch)
  4) multiple or single drivers call in that don't require VT switching
     (shouldn't VT switch)

Still need to add calls to some other drivers, so if this looks ok I can
do that.

Thanks,
Jesse

^ permalink raw reply	[flat|nested] 11+ messages in thread
* VT switchless suspend/resume
@ 2013-02-19 20:11 Jesse Barnes
  2013-02-19 21:25 ` Paulo Zanoni
  0 siblings, 1 reply; 11+ messages in thread
From: Jesse Barnes @ 2013-02-19 20:11 UTC (permalink / raw)
  To: intel-gfx

Updated with the fix from Ville.

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

end of thread, other threads:[~2013-03-07 16:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-02 15:34 VT switchless suspend/resume Jesse Barnes
2013-02-02 15:34 ` [PATCH] PM: make VT switching to the suspend console optional v2 Jesse Barnes
2013-02-02 19:39   ` Rafael J. Wysocki
2013-02-02 20:50     ` Rafael J. Wysocki
2013-02-03  8:56       ` Jesse Barnes
2013-02-03 12:59         ` Rafael J. Wysocki
  -- strict thread matches above, loose matches on Subject: below --
2013-02-19 20:11 VT switchless suspend/resume Jesse Barnes
2013-02-19 21:25 ` Paulo Zanoni
2013-02-25 19:19   ` Paulo Zanoni
2013-02-25 21:31     ` Jesse Barnes
2013-03-07 16:38       ` Jesse Barnes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).