[Intel-gfx] [PATCH 0/6] Several GuC related patches

yu.dai at intel.com yu.dai at intel.com
Thu Sep 10 16:56:06 PDT 2015


From: Alex Dai <yu.dai at intel.com>

The first two had been submitted to upstream. They are collected here as a
summry of latest GuC changes.
  drm/i915/guc: Fix a bug in GuC status check                                   
  drm/i915/guc: Add GuC css header parser                                       

The others are fixes for RC6 or suspend/resume problems when GuC submission is
enabled. And last, enable GuC command submission. 

Alex Dai (4):
  drm/i915/guc: Fix a bug in GuC status check
  drm/i915/guc: Add GuC css header parser
  drm/i915/guc: Add host2guc notification for suspend and resume
  drm/i915/guc: Media domain bit needed when notify GuC rc6 state
                                                                                
Sagar Arun Kamble (1):                                                          
  drm/i915/guc: Don't send flips to GuC                                         

Dave Gordon (1):
  drm/i915/guc: Enable GuC submission, where supported

 Documentation/DocBook/drm.tmpl             |  24 +++++-
 drivers/gpu/drm/i915/i915_drv.c            |   1 +
 drivers/gpu/drm/i915/i915_gem.c            |   1 +
 drivers/gpu/drm/i915/i915_guc_reg.h        |   1 +
 drivers/gpu/drm/i915/i915_guc_submission.c |  53 +++++++++++-
 drivers/gpu/drm/i915/i915_params.c         |   4 +-
 drivers/gpu/drm/i915/intel_guc.h           |   4 +-
 drivers/gpu/drm/i915/intel_guc_fwif.h      |  44 ++++++++++
 drivers/gpu/drm/i915/intel_guc_loader.c    | 124 +++++++++++++++++++----------
 9 files changed, 208 insertions(+), 48 deletions(-)

-- 
1.9.1



More information about the Intel-gfx mailing list