Skip to content

Commit cd08f8d

Browse files
hoshinolinajannau
authored andcommitted
fixup! drm/asahi: Add the Asahi driver UAPI
1 parent 92c5257 commit cd08f8d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

include/uapi/drm/asahi_drm.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ struct drm_asahi_params_global {
7777

7878
enum drm_asahi_feat_compat {
7979
DRM_ASAHI_FEAT_SOFT_FAULTS = (1UL) << 0,
80+
DRM_ASAHI_FEAT_GETTIME = (1UL) << 1, /* Remove for upstream */
8081
};
8182

8283
enum drm_asahi_feat_incompat {
@@ -640,12 +641,6 @@ struct drm_asahi_get_time {
640641
/** @flags: MBZ. */
641642
__u64 flags;
642643

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-
649644
/** @gpu_timestamp: On return, the GPU timestamp at that point in time */
650645
__u64 gpu_timestamp;
651646
};

0 commit comments

Comments
 (0)