summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/uapi/drm/panthor_drm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uapi/drm/panthor_drm.h b/include/uapi/drm/panthor_drm.h
index 373df80f41edf..dadb05ab12358 100644
--- a/include/uapi/drm/panthor_drm.h
+++ b/include/uapi/drm/panthor_drm.h
@@ -336,10 +336,10 @@ struct drm_panthor_gpu_info {
/** @tiler_present: Bitmask encoding the tiler units exposed by the GPU. */
__u64 tiler_present;
- /* @core_features: Used to discriminate core variants when they exist. */
+ /** @core_features: Used to discriminate core variants when they exist. */
__u32 core_features;
- /* @pad: MBZ. */
+ /** @pad: MBZ. */
__u32 pad;
};