[PATCH] drm/xe: Fix missing kernel-doc
Cavitt, Jonathan
jonathan.cavitt at intel.com
Fri Jul 11 21:56:08 UTC 2025
-----Original Message-----
From: Intel-xe <intel-xe-bounces at lists.freedesktop.org> On Behalf Of Lucas De Marchi
Sent: Friday, July 11, 2025 2:49 PM
To: intel-xe at lists.freedesktop.org
Cc: De Marchi, Lucas <lucas.demarchi at intel.com>; Atwood, Matthew S <matthew.s.atwood at intel.com>
Subject: [PATCH] drm/xe: Fix missing kernel-doc
>
> Fix warning:
>
> Warning: drivers/gpu/drm/xe/xe_device_types.h:658 struct member 'wa_active' not described in 'xe_device'
>
> Fixes: 661a6950e061 ("drm/xe: Add infrastructure for Device OOB workarounds")
> Cc: Matt Atwood <matthew.s.atwood at intel.com>
> Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
Reviewed-by: Jonathan Cavitt <joanthan.cavitt at intel.com>
-Jonathan Cavitt
> ---
> drivers/gpu/drm/xe/xe_device_types.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/xe/xe_device_types.h b/drivers/gpu/drm/xe/xe_device_types.h
> index 61d3f473a7a61..1e6ecf1e6979f 100644
> --- a/drivers/gpu/drm/xe/xe_device_types.h
> +++ b/drivers/gpu/drm/xe/xe_device_types.h
> @@ -363,6 +363,7 @@ struct xe_device {
> u8 skip_pcode:1;
> } info;
>
> + /** @wa_active: keep track of active workarounds */
> struct {
> /** @wa_active.oob: bitmap with active OOB workarounds */
> unsigned long *oob;
> --
> 2.49.0
>
>
More information about the Intel-xe
mailing list