]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915/guc: Disable automatic GuC firmware loading
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>
Mon, 23 May 2016 15:34:35 +0000 (16:34 +0100)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Tue, 24 May 2016 11:24:07 +0000 (12:24 +0100)
commit2335986dd46f4fdfd11d613b68f4879c92726b47
treef4ea55911b1202fd18320eb975e02804de251fcd
parent18a8067c5748054d7731957ec3c46697a6a9ac1b
drm/i915/guc: Disable automatic GuC firmware loading

New GuC code is logging errors at runtime suspend and resume which
causes CI testing to log "orange" status. Default to not trying to
load the firmware until this is resolved.

Example of the log:

 [drm] RC6 on
 [drm:intel_runtime_suspend] Suspending device
 [drm:host2guc_action [i915]] *ERROR* GUC: host2guc action 0x501 failed. ret=-110 status=0x00000501 response=0x40000000
 ...
 [drm:intel_runtime_resume] Resuming device
 [drm:host2guc_action [i915]] *ERROR* GUC: host2guc action 0x502 failed. ret=-110 status=0x00000502 response=0x40000000
 [drm:intel_runtime_resume] Device resumed

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Cc: Dave Gordon <david.s.gordon@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Chris Harris <chris.harris@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/1464017675-12257-1-git-send-email-tvrtko.ursulin@linux.intel.com
drivers/gpu/drm/i915/i915_params.c