sync up drm.h
authorChunming Zhou <david1.zhou@amd.com>
Thu, 24 Oct 2019 06:42:13 +0000 (14:42 +0800)
committerChunming Zhou <david1.zhou@amd.com>
Sat, 26 Oct 2019 03:11:14 +0000 (03:11 +0000)
    a) delta: drm: use pad as flags in drm_syncobj_timeline_array.
    b) Generated using make headers_install.
    c) Generated from origin/drm-misc-next commit 949561eb85bcee10248e7da51d44a0325d5e0d1b"

Signed-off-by: Chunming Zhou <david1.zhou@amd.com>
include/drm/drm.h

index 438abde..ab94033 100644 (file)
@@ -772,11 +772,12 @@ struct drm_syncobj_array {
        __u32 pad;
 };
 
+#define DRM_SYNCOBJ_QUERY_FLAGS_LAST_SUBMITTED (1 << 0) /* last available point on timeline syncobj */
 struct drm_syncobj_timeline_array {
        __u64 handles;
        __u64 points;
        __u32 count_handles;
-       __u32 pad;
+       __u32 flags;
 };