mbox series

[v3,0/2] GuC suspend paths cleanup

Message ID 20190220013927.9488-1-sujaritha.sundaresan@intel.com (mailing list archive)
Headers show
Series GuC suspend paths cleanup | expand

Message

Sundaresan, Sujaritha Feb. 20, 2019, 1:39 a.m. UTC
The work was started to fix bugs that were seen on the
suspend and hibernate devices path.The initial issue to be seen 
was a warning with the CTB. In parallel there were issues seen on the 
suspend paths. This series works to resolve the errors in the GuC
cleanup paths and be compatible with lockless reset.

Sujaritha Sundaresan (2):
  drm/i915/guc: Splitting CT channel open/close  functions
  drm/i915/guc: Calling guc_disable_communication in all   suspend paths

 drivers/gpu/drm/i915/i915_reset.c   |  2 +-
 drivers/gpu/drm/i915/intel_guc.c    | 12 ++++
 drivers/gpu/drm/i915/intel_guc_ct.c | 90 +++++++++++++++++++++--------
 drivers/gpu/drm/i915/intel_guc_ct.h |  3 +
 drivers/gpu/drm/i915/intel_uc.c     | 23 ++++++--
 drivers/gpu/drm/i915/intel_uc.h     |  1 +
 6 files changed, 101 insertions(+), 30 deletions(-)