]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Rename fence.lru_list to link
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 18 Aug 2016 16:16:59 +0000 (17:16 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 18 Aug 2016 21:36:49 +0000 (22:36 +0100)
commit0ff9284735ccebbcd58f9436bc400815ecd44899
tree7001644af26fb2db297bf1440807d284662fee0f
parent3d6a95c47b67d00cc1092fa4236ee98766d6040f
drm/i915: Rename fence.lru_list to link

Our current practice is to only name the actual list (here
dev_priv->fence_list) using "list", and elements upon that list are
referred to as "link". Further, the lru nature is of the list and not of
the node and including in the name does not disambiguate the link from
anything else.

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/20160818161718.27187-20-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/i915_gem_execbuffer.c
drivers/gpu/drm/i915/i915_gem_fence.c