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

yu.dai at intel.com yu.dai at intel.com
Tue Sep 22 13:48:39 PDT 2015


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

Collection of some latest fixes for GuC.                                        
                                                                                
v2: This version changes the way how driver handle DE_GUCRMR (0x44054) in patch
"Don't send flips to GuC". Now driver does not program it and leave it to GuC
firmware or HW default value.

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

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

Sagar Arun Kamble (1):
  drm/i915/guc: Don't send flips to GuC

 Documentation/DocBook/drm.tmpl             |   9 ++-
 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 |  56 ++++++++++++-
 drivers/gpu/drm/i915/i915_params.c         |   4 +-
 drivers/gpu/drm/i915/intel_guc.h           |   4 +-
 drivers/gpu/drm/i915/intel_guc_fwif.h      |  47 +++++++++++
 drivers/gpu/drm/i915/intel_guc_loader.c    | 126 ++++++++++++++++++-----------
 9 files changed, 195 insertions(+), 54 deletions(-)

-- 
1.9.1



More information about the Intel-gfx mailing list