Re: [PATCH 4/4] drm/vc4: Add parameter for syncobj support

2018-04-23 Thread Eric Anholt
Stefan Schake writes: > This allows runtime detection of syncobj submission support. > > Signed-off-by: Stefan Schake I think if we move patch 1 after 2+3, then we can just drop this one and use drmGetCap(fd, DRM_CAP_SYNCOBJ, ) in userspace for

[PATCH 4/4] drm/vc4: Add parameter for syncobj support

2018-04-21 Thread Stefan Schake
This allows runtime detection of syncobj submission support. Signed-off-by: Stefan Schake --- drivers/gpu/drm/vc4/vc4_drv.c | 1 + include/uapi/drm/vc4_drm.h| 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/gpu/drm/vc4/vc4_drv.c