iris: Rename iris_syncpt to iris_syncobj for clarity.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 29 Apr 2020 06:24:38 +0000 (23:24 -0700)
committerMarge Bot <eric+marge@anholt.net>
Fri, 1 May 2020 19:00:02 +0000 (19:00 +0000)
commit4a1ed75b85b91f6eb1a796bf7dceb195bcfc1bcf
treed8da25f4034a9488d8b351745d6d010b52e503e6
parent812cf5f522abd006fd9f3cb7bbcad797bd8730fb
iris: Rename iris_syncpt to iris_syncobj for clarity.

This is just a refcounted wrapper around a drm_syncobj.  There is
enough terminology going on in the area of synchronization (sync
objects, sync files, ...) that I'd rather not invent our own.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3802>
src/gallium/drivers/iris/iris_batch.c
src/gallium/drivers/iris/iris_batch.h
src/gallium/drivers/iris/iris_fence.c
src/gallium/drivers/iris/iris_fence.h
src/gallium/drivers/iris/iris_query.c