projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44e1e7b
)
drm/i915/guc: Remove stale comment for q_fail
author
Michal Wajdeczko
<michal.wajdeczko@intel.com>
Thu, 18 May 2017 11:31:02 +0000
(11:31 +0000)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Fri, 19 May 2017 10:25:16 +0000
(11:25 +0100)
This member was dropped long time ago.
Fixes:
774439e1
("drm/i915/guc: re-optimise i915_guc_client layout")
Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link:
http://patchwork.freedesktop.org/patch/msgid/20170518113104.54400-1-michal.wajdeczko@intel.com
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_uc.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_uc.h
b/drivers/gpu/drm/i915/intel_uc.h
index 7618b710017561c92af04a48fc679495116de5e6..8d52a3718d6e8a72d89c13d126d881ed2d82ddc5 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_uc.h
+++ b/
drivers/gpu/drm/i915/intel_uc.h
@@
-59,8
+59,6
@@
struct drm_i915_gem_request;
* available in the work queue (note, the queue is shared,
* not per-engine). It is OK for this to be nonzero, but
* it should not be huge!
- * q_fail: failed to enqueue a work item. This should never happen,
- * because we check for space beforehand.
* b_fail: failed to ring the doorbell. This should never happen, unless
* somehow the hardware misbehaves, or maybe if the GuC firmware
* crashes? We probably need to reset the GPU to recover.