Re: [Mesa-dev] [PATCH] radv: only report external semaphore info for opaque fd.

2017-07-24 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Tue, Jul 25, 2017 at 2:21 AM, Dave Airlie wrote: > From: Dave Airlie > > Until we support sync fd, don't report the info. > > Fixes CTS dEQP-VK.api.external.semaphore.sync_fd.* from crashing. > > Fixes: eaa56eab6 (radv: initial support for shared semaphores (v2

[Mesa-dev] [PATCH] radv: only report external semaphore info for opaque fd.

2017-07-24 Thread Dave Airlie
From: Dave Airlie Until we support sync fd, don't report the info. Fixes CTS dEQP-VK.api.external.semaphore.sync_fd.* from crashing. Fixes: eaa56eab6 (radv: initial support for shared semaphores (v2)) Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_device.c | 15 ++- 1 file cha