Commit 82f428b6 authored by Matthew Auld's avatar Matthew Auld Committed by Rodrigo Vivi

drm/xe: fix kernel-doc issues

drivers/gpu/drm/xe/xe_guc_submit_types.h:47: warning: cannot understand
function prototype: 'struct guc_submit_parallel_scratch '

drivers/gpu/drm/xe/xe_devcoredump_types.h:38: warning: Function
parameter or member 'ct' not described in 'xe_devcoredump_snapshot'

CI doesn't appear to be running BAT anymore, assuming this is caused by
the CI.Hooks now failing due to above warnings.
Signed-off-by: default avatarMatthew Auld <matthew.auld@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: default avatarNirmoy Das <nirmoy.das@intel.com>
Signed-off-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
parent 915757a6
...@@ -27,7 +27,7 @@ struct xe_devcoredump_snapshot { ...@@ -27,7 +27,7 @@ struct xe_devcoredump_snapshot {
ktime_t boot_time; ktime_t boot_time;
/* GuC snapshots */ /* GuC snapshots */
/** @ct_snapshot: GuC CT snapshot */ /** @ct: GuC CT snapshot */
struct xe_guc_ct_snapshot *ct; struct xe_guc_ct_snapshot *ct;
/** @ge: Guc Engine snapshot */ /** @ge: Guc Engine snapshot */
struct xe_guc_submit_engine_snapshot *ge; struct xe_guc_submit_engine_snapshot *ge;
......
...@@ -41,7 +41,7 @@ struct sync_semaphore { ...@@ -41,7 +41,7 @@ struct sync_semaphore {
}; };
/** /**
* Struct guc_submit_parallel_scratch - A scratch shared mapped buffer. * struct guc_submit_parallel_scratch - A scratch shared mapped buffer.
*/ */
struct guc_submit_parallel_scratch { struct guc_submit_parallel_scratch {
/** @wq_desc: Guc scheduler workqueue descriptor */ /** @wq_desc: Guc scheduler workqueue descriptor */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment