Skip to content

Commit 2400d82

Browse files
committed
fixup! drm/asahi: Add the Asahi driver UAPI
1 parent bda1d4f commit 2400d82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/uapi/drm/asahi_drm.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ enum drm_asahi_feat_compat {
122122
/** GPU has soft faults enabled (for USC and texture sampling) */
123123
DRM_ASAHI_FEAT_SOFT_FAULTS = (1UL) << 0,
124124
DRM_ASAHI_FEAT_GETTIME = (1UL) << 1, /* Remove for upstream */
125+
DRM_ASAHI_FEAT_USER_TIMESTAMPS = (1UL) << 2,
125126
};
126127

127128
/** Incompatible feature bits */

0 commit comments

Comments
 (0)