summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_request.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-08-04 07:52:33 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-08-04 08:09:23 +0100
commitefdf7c0605ba0eeab1a002c43a84f959099aa8f0 (patch)
tree604574ea7a984e7320e8a84bbc146c33dd12386c /drivers/gpu/drm/i915/i915_gem_request.h
parent8cac6f6c415bcd559db2f5c05c1bd76d7e378f67 (diff)
downloadop-kernel-dev-efdf7c0605ba0eeab1a002c43a84f959099aa8f0.zip
op-kernel-dev-efdf7c0605ba0eeab1a002c43a84f959099aa8f0.tar.gz
drm/i915: Rename request->list to link for consistency
We use "list" to denote the list and "link" to denote an element on that list. Rename request->list to match this idiom. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1470293567-10811-14-git-send-email-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/i915_gem_request.h')
-rw-r--r--drivers/gpu/drm/i915/i915_gem_request.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/i915_gem_request.h b/drivers/gpu/drm/i915/i915_gem_request.h
index 5f8d94c..3e40661 100644
--- a/drivers/gpu/drm/i915/i915_gem_request.h
+++ b/drivers/gpu/drm/i915/i915_gem_request.h
@@ -105,8 +105,8 @@ struct drm_i915_gem_request {
/** Time at which this request was emitted, in jiffies. */
unsigned long emitted_jiffies;
- /** global list entry for this request */
- struct list_head list;
+ /** engine->request_list entry for this request */
+ struct list_head link;
struct drm_i915_file_private *file_priv;
/** file_priv list entry for this request */
OpenPOWER on IntegriCloud