]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Rename intel_timeline.sync_seqno[] to .global_sync[]
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 3 May 2017 09:39:22 +0000 (10:39 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 3 May 2017 10:08:52 +0000 (11:08 +0100)
commit606d1243c72c4411a804f3e6c207fa4760c42457
tree66f8844105b212ee87e6d5053477dbe35484297f
parent890f9a85ae2330ffdabc3c26950bae7eb3c31307
drm/i915: Rename intel_timeline.sync_seqno[] to .global_sync[]

With the addition of the inter-context intel_time.sync map, having a
very similar sync_seqno[] is confusing. Aide the reader by denoting that
this is a pre-allocated array for storing semaphore sync points wrt to
the global seqno.

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/20170503093924.5320-5-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_gem_request.c
drivers/gpu/drm/i915/i915_gem_timeline.h