[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y+Ev3x7WJaKGluZb@intel.com>
Date: Mon, 6 Feb 2023 11:50:39 -0500
From: Rodrigo Vivi <rodrigo.vivi@...el.com>
To: Bagas Sanjaya <bagasdotme@...il.com>
CC: Intel Graphics Development List <intel-gfx@...ts.freedesktop.org>,
"DRI Development List" <dri-devel@...ts.freedesktop.org>,
"Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>,
Linux Media Mailing List <linux-media@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>,
Jani Nikula <jani.nikula@...ux.intel.com>,
Joonas Lahtinen <joonas.lahtinen@...ux.intel.com>,
Tvrtko Ursulin <tvrtko.ursulin@...ux.intel.com>,
David Airlie <airlied@...il.com>,
"Daniel Vetter" <daniel@...ll.ch>,
Luben Tuikov <luben.tuikov@....com>,
"Mauro Carvalho Chehab" <mchehab@...nel.org>,
Matt Roper <matthew.d.roper@...el.com>,
Gustavo Sousa <gustavo.sousa@...el.com>,
Balasubramani Vivekanandan <balasubramani.vivekanandan@...el.com>,
"Matt Atwood" <matthew.s.atwood@...el.com>,
José Roberto de Souza
<jose.souza@...el.com>,
Srinivasan Shanmugam <srinivasan.s@...el.com>,
"Lucas De Marchi" <lucas.demarchi@...el.com>,
Lucas Stach <l.stach@...gutronix.de>,
Andrey Grodzovsky <andrey.grodzovsky@....com>,
Sakari Ailus <sakari.ailus@...ux.intel.com>,
Linus Walleij <linus.walleij@...aro.org>,
Hans de Goede <hdegoede@...hat.com>,
Stephen Rothwell <sfr@...b.auug.org.au>
Subject: Re: [PATCH 1/3] drm/i915/doc: Escape wildcard in method names
On Fri, Feb 03, 2023 at 05:02:13PM +0700, Bagas Sanjaya wrote:
> Stephen Rothwell reported htmldocs warnings:
>
> Documentation/gpu/i915:64: drivers/gpu/drm/i915/gt/intel_workarounds.c:32: WARNING: Inline emphasis start-string without end-string.
> Documentation/gpu/i915:64: drivers/gpu/drm/i915/gt/intel_workarounds.c:57: WARNING: Inline emphasis start-string without end-string.
> Documentation/gpu/i915:64: drivers/gpu/drm/i915/gt/intel_workarounds.c:66: WARNING: Inline emphasis start-string without end-string.
>
> Escape wildcards in *_ctx_workarounds_init(), *_gt_workarounds_init(), and
> *_whitelist_build() to fix above warnings.
>
> Link: https://lore.kernel.org/linux-next/20230203134622.0b6315b9@canb.auug.org.au/
> Fixes: 0c3064cf33fbfa ("drm/i915/doc: Document where to implement register workarounds")
> Reported-by: Stephen Rothwell <sfr@...b.auug.org.au>
> Signed-off-by: Bagas Sanjaya <bagasdotme@...il.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@...el.com>
pushing this now.
thank you.
> ---
> drivers/gpu/drm/i915/gt/intel_workarounds.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/gt/intel_workarounds.c b/drivers/gpu/drm/i915/gt/intel_workarounds.c
> index 3111df350f5722..a00ec692d980c0 100644
> --- a/drivers/gpu/drm/i915/gt/intel_workarounds.c
> +++ b/drivers/gpu/drm/i915/gt/intel_workarounds.c
> @@ -30,7 +30,7 @@
> * creation to have a "primed golden context", i.e. a context image that
> * already contains the changes needed to all the registers.
> *
> - * Context workarounds should be implemented in the *_ctx_workarounds_init()
> + * Context workarounds should be implemented in the \*_ctx_workarounds_init()
> * variants respective to the targeted platforms.
> *
> * - Engine workarounds: the list of these WAs is applied whenever the specific
> @@ -55,7 +55,7 @@
> * - GT workarounds: the list of these WAs is applied whenever these registers
> * revert to their default values: on GPU reset, suspend/resume [1]_, etc.
> *
> - * GT workarounds should be implemented in the *_gt_workarounds_init()
> + * GT workarounds should be implemented in the \*_gt_workarounds_init()
> * variants respective to the targeted platforms.
> *
> * - Register whitelist: some workarounds need to be implemented in userspace,
> @@ -64,7 +64,7 @@
> * this is just a special case of a MMIO workaround (as we write the list of
> * these to/be-whitelisted registers to some special HW registers).
> *
> - * Register whitelisting should be done in the *_whitelist_build() variants
> + * Register whitelisting should be done in the \*_whitelist_build() variants
> * respective to the targeted platforms.
> *
> * - Workaround batchbuffers: buffers that get executed automatically by the
> --
> An old man doll... just what I always wanted! - Clara
>
Powered by blists - more mailing lists