dma-buf/fence: make fence context 64 bit v2
authorChristian König <christian.koenig@amd.com>
Wed, 1 Jun 2016 13:10:02 +0000 (15:10 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 2 Jun 2016 06:27:41 +0000 (08:27 +0200)
commit76bf0db5543976ef50362db7071da367cb118532
treec8f94084239df5d095c80d87d423d44d95081379
parent3377900791ea48a638fb9b70869258332951271d
dma-buf/fence: make fence context 64 bit v2

Fence contexts are created on the fly (for example) by the GPU scheduler used
in the amdgpu driver as a result of an userspace request. Because of this
userspace could in theory force a wrap around of the 32bit context number
if it doesn't behave well.

Avoid this by increasing the context number to 64bits. This way even when
userspace manages to allocate a billion contexts per second it takes more
than 500 years for the context number to wrap around.

v2: fix printf formats as well.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Acked-by: Sumit Semwal <sumit.semwal@linaro.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1464786612-5010-2-git-send-email-deathsimple@vodafone.de
drivers/dma-buf/fence.c
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c
drivers/gpu/drm/etnaviv/etnaviv_gpu.h
drivers/gpu/drm/nouveau/nouveau_fence.h
drivers/gpu/drm/qxl/qxl_release.c
drivers/gpu/drm/radeon/radeon.h
drivers/gpu/drm/vmwgfx/vmwgfx_fence.c
drivers/staging/android/sync.h
include/linux/fence.h