OSDN Git Service

drm/i915: Rename engine->semaphore.sync_to, engine->sempahore.signal locals
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 2 Aug 2016 21:50:40 +0000 (22:50 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 2 Aug 2016 21:58:33 +0000 (22:58 +0100)
commitad7bdb2b99273b9fc7eb2dbf47b8d02b364d470e
tree31091a68ab83bb2f53ec84e691d2fe91ce6f5830
parentddf07be7a2aeb80aa159a7eeade01b7b5e1e3e43
drm/i915: Rename engine->semaphore.sync_to, engine->sempahore.signal locals

In order to be more consistent with the rest of the request construction
and ring emission, use the common names for the ring and request.

Rather than using signaler_req, waiter_req, and intel_ring *wait, we use
plain req and ring.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1469432687-22756-32-git-send-email-chris@chris-wilson.co.uk
Link: http://patchwork.freedesktop.org/patch/msgid/1470174640-18242-23-git-send-email-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/intel_ringbuffer.c
drivers/gpu/drm/i915/intel_ringbuffer.h