Skip to content

Commit 404c952

Browse files
committed
fixup! drm/asahi: Add the Asahi driver UAPI
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 108f7bd commit 404c952

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

include/uapi/drm/asahi_drm.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ struct drm_asahi_gem_create {
148148
/** @handle: Returned GEM handle for the BO */
149149
__u32 handle;
150150

151-
// TODO: remove guards on next rev bump
151+
/* TODO: remove guards on next rev bump */
152152
#if DRM_ASAHI_UNSTABLE_UABI_VERSION > 10011
153153
__u32 pad;
154154
#endif
@@ -235,7 +235,7 @@ struct drm_asahi_queue_create {
235235
/** @queue_id: The returned queue ID */
236236
__u32 queue_id;
237237

238-
// TODO: remove guards on next rev bump
238+
/* TODO: remove guards on next rev bump */
239239
#if DRM_ASAHI_UNSTABLE_UABI_VERSION > 10011
240240
__u32 pad;
241241
#endif
@@ -248,7 +248,7 @@ struct drm_asahi_queue_destroy {
248248
/** @queue_id: The queue ID to be destroyed */
249249
__u32 queue_id;
250250

251-
// TODO: remove guards on next rev bump
251+
/* TODO: remove guards on next rev bump */
252252
#if DRM_ASAHI_UNSTABLE_UABI_VERSION > 10011
253253
__u32 pad;
254254
#endif

0 commit comments

Comments
 (0)