aboutsummaryrefslogtreecommitdiff
path: root/kernel-headers/drm/psb_ttm_fence_user.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel-headers/drm/psb_ttm_fence_user.h')
-rw-r--r--kernel-headers/drm/psb_ttm_fence_user.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/kernel-headers/drm/psb_ttm_fence_user.h b/kernel-headers/drm/psb_ttm_fence_user.h
index f1c1c7a..d0d41fa 100644
--- a/kernel-headers/drm/psb_ttm_fence_user.h
+++ b/kernel-headers/drm/psb_ttm_fence_user.h
@@ -28,41 +28,41 @@
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
#define TTM_FENCE_DATE "080819"
struct ttm_fence_signaled_req {
- uint32_t handle;
- uint32_t fence_type;
+ uint32_t handle;
+ uint32_t fence_type;
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
- int32_t flush;
- uint32_t pad64;
+ int32_t flush;
+ uint32_t pad64;
};
struct ttm_fence_rep {
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
- uint32_t signaled_types;
- uint32_t fence_error;
+ uint32_t signaled_types;
+ uint32_t fence_error;
};
union ttm_fence_signaled_arg {
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
- struct ttm_fence_signaled_req req;
- struct ttm_fence_rep rep;
+ struct ttm_fence_signaled_req req;
+ struct ttm_fence_rep rep;
};
#define TTM_FENCE_FINISH_MODE_LAZY (1 << 0)
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
#define TTM_FENCE_FINISH_MODE_NO_BLOCK (1 << 1)
struct ttm_fence_finish_req {
- uint32_t handle;
- uint32_t fence_type;
+ uint32_t handle;
+ uint32_t fence_type;
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
- uint32_t mode;
- uint32_t pad64;
+ uint32_t mode;
+ uint32_t pad64;
};
union ttm_fence_finish_arg {
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
- struct ttm_fence_finish_req req;
- struct ttm_fence_rep rep;
+ struct ttm_fence_finish_req req;
+ struct ttm_fence_rep rep;
};
struct ttm_fence_unref_arg {
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
- uint32_t handle;
- uint32_t pad64;
+ uint32_t handle;
+ uint32_t pad64;
};
#define TTM_FENCE_SIGNALED 0x01
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */