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, &value) in userspace for detection.
signature.asc
Description: PGP
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 b/drivers/gpu/drm/vc4/vc4_drv.c
index 806c8004b793.