[PATCH v2 3/4] drm/i915/guc: reconcile Excess struct member kernel-doc warnings
Andi Shyti
andi.shyti at linux.intel.com
Thu Dec 28 16:40:44 UTC 2023
Hi Randy,
[...]
> --- a/drivers/gpu/drm/i915/gt/uc/intel_guc.h
> +++ b/drivers/gpu/drm/i915/gt/uc/intel_guc.h
> @@ -105,61 +105,67 @@ struct intel_guc {
> */
struct { } interrupts is missing here.
> struct {
> /**
> - * @lock: protects everything in submission_state,
> - * ce->guc_id.id, and ce->guc_id.ref when transitioning in and
[...]
> + * we start bypassing the schedule disable delay
> */
> unsigned int sched_disable_gucid_threshold;
> } submission_state;
Here struct { } send_regs is missing
But as for this patch:
Reviewed-by: Andi Shyti <andi.shyti at linux.intel.com>
Thanks,
Andi
> struct {
> /**
> - * @lock: Lock protecting the below fields and the engine stats.
> + * @timestamp.lock: Lock protecting the below fields and
[...]
More information about the dri-devel
mailing list