We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c5257 commit cd08f8dCopy full SHA for cd08f8d
1 file changed
include/uapi/drm/asahi_drm.h
@@ -77,6 +77,7 @@ struct drm_asahi_params_global {
77
78
enum drm_asahi_feat_compat {
79
DRM_ASAHI_FEAT_SOFT_FAULTS = (1UL) << 0,
80
+ DRM_ASAHI_FEAT_GETTIME = (1UL) << 1, /* Remove for upstream */
81
};
82
83
enum drm_asahi_feat_incompat {
@@ -640,12 +641,6 @@ struct drm_asahi_get_time {
640
641
/** @flags: MBZ. */
642
__u64 flags;
643
- /** @tv_sec: On return, seconds part of a point in time */
644
- __s64 tv_sec;
645
-
646
- /** @tv_nsec: On return, nanoseconds part of a point in time */
647
- __s64 tv_nsec;
648
649
/** @gpu_timestamp: On return, the GPU timestamp at that point in time */
650
__u64 gpu_timestamp;
651
0 commit comments