diff options
author | Lionel Landwerlin <[email protected]> | 2018-02-21 14:21:08 +0000 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2018-03-22 20:14:22 +0000 |
commit | 5d3e74a5a539559612d41432e9cef8d1b2ce0638 (patch) | |
tree | df47b9f930a9a463d41e1054b79774a1b64bbc5e /include/drm-uapi/tegra_drm.h | |
parent | c471716574c951cc332ca1cce1a221befc9f9392 (diff) |
drm-uapi: bump headers
Required updates from drm-next for changes in i965.
Signed-off-by: Lionel Landwerlin <[email protected]>
Acked-by: Kenneth Graunke <[email protected]
Diffstat (limited to 'include/drm-uapi/tegra_drm.h')
-rw-r--r-- | include/drm-uapi/tegra_drm.h | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/include/drm-uapi/tegra_drm.h b/include/drm-uapi/tegra_drm.h index 910cbe02d87..12f9bf848db 100644 --- a/include/drm-uapi/tegra_drm.h +++ b/include/drm-uapi/tegra_drm.h @@ -117,20 +117,6 @@ struct drm_tegra_waitchk { __u32 thresh; }; -#define DRM_TEGRA_FENCE_WAIT (1 << 0) -#define DRM_TEGRA_FENCE_EMIT (1 << 1) -#define DRM_TEGRA_FENCE_FD (1 << 2) -#define DRM_TEGRA_FENCE_FLAGS (DRM_TEGRA_FENCE_WAIT | \ - DRM_TEGRA_FENCE_EMIT | \ - DRM_TEGRA_FENCE_FD) - -struct drm_tegra_fence { - __u32 handle; - __u32 flags; -}; - -#define DRM_TEGRA_SUBMIT_FLAGS 0 - struct drm_tegra_submit { __u64 context; __u32 num_syncpts; @@ -143,11 +129,9 @@ struct drm_tegra_submit { __u64 cmdbufs; __u64 relocs; __u64 waitchks; - __u32 flags; - __u32 num_fences; - __u64 fences; + __u32 fence; /* Return value */ - __u32 reserved[2]; /* future expansion */ + __u32 reserved[5]; /* future expansion */ }; #define DRM_TEGRA_GEM_TILING_MODE_PITCH 0 @@ -222,4 +206,4 @@ struct drm_tegra_gem_get_flags { } #endif -#endif /* _TEGRA_DRM_H_ */ +#endif |