linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation/gpu: Fix Panthor documentation build warnings
@ 2024-10-09 21:43 Adrián Larumbe
  2024-10-10  8:10 ` Steven Price
  2024-10-30 15:28 ` Boris Brezillon
  0 siblings, 2 replies; 3+ messages in thread
From: Adrián Larumbe @ 2024-10-09 21:43 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, Jonathan Corbet, Boris Brezillon, Steven Price,
	Adrián Larumbe
  Cc: kernel, Stephen Rothwell, dri-devel, linux-doc, linux-kernel

Fix Panthor documentation build errors uncovered by the makedocs target
when building with extra warnings enabled.

Signed-off-by: Adrián Larumbe <adrian.larumbe@collabora.com>
Fixes: f25044688b04 ("drm/panthor: add sysfs knob for enabling job profiling")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 Documentation/gpu/drivers.rst         | 1 +
 Documentation/gpu/drm-usage-stats.rst | 1 +
 Documentation/gpu/panthor.rst         | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/gpu/drivers.rst b/Documentation/gpu/drivers.rst
index b899cbc5c2b4..7b1282e2d807 100644
--- a/Documentation/gpu/drivers.rst
+++ b/Documentation/gpu/drivers.rst
@@ -22,6 +22,7 @@ GPU Driver Documentation
    afbc
    komeda-kms
    panfrost
+   panthor
 
 .. only::  subproject and html
 
diff --git a/Documentation/gpu/drm-usage-stats.rst b/Documentation/gpu/drm-usage-stats.rst
index a80f95ca1b2f..12ca3193bf15 100644
--- a/Documentation/gpu/drm-usage-stats.rst
+++ b/Documentation/gpu/drm-usage-stats.rst
@@ -186,4 +186,5 @@ Driver specific implementations
 
 * :ref:`i915-usage-stats`
 * :ref:`panfrost-usage-stats`
+* :ref:`panthor-usage-stats`
 * :ref:`xe-usage-stats`
diff --git a/Documentation/gpu/panthor.rst b/Documentation/gpu/panthor.rst
index cbf5c4429a2d..3f8979fa2b86 100644
--- a/Documentation/gpu/panthor.rst
+++ b/Documentation/gpu/panthor.rst
@@ -4,7 +4,7 @@
  drm/Panthor CSF driver
 =========================
 
-.. _panfrost-usage-stats:
+.. _panthor-usage-stats:
 
 Panthor DRM client usage stats implementation
 ==============================================
-- 
2.46.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation/gpu: Fix Panthor documentation build warnings
  2024-10-09 21:43 [PATCH] Documentation/gpu: Fix Panthor documentation build warnings Adrián Larumbe
@ 2024-10-10  8:10 ` Steven Price
  2024-10-30 15:28 ` Boris Brezillon
  1 sibling, 0 replies; 3+ messages in thread
From: Steven Price @ 2024-10-10  8:10 UTC (permalink / raw)
  To: Adrián Larumbe, David Airlie, Daniel Vetter,
	Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
	Jonathan Corbet, Boris Brezillon
  Cc: kernel, Stephen Rothwell, dri-devel, linux-doc, linux-kernel

On 09/10/2024 22:43, Adrián Larumbe wrote:
> Fix Panthor documentation build errors uncovered by the makedocs target
> when building with extra warnings enabled.
> 
> Signed-off-by: Adrián Larumbe <adrian.larumbe@collabora.com>
> Fixes: f25044688b04 ("drm/panthor: add sysfs knob for enabling job profiling")
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>

Reviewed-by: Steven Price <steven.price@arm.com>

> ---
>  Documentation/gpu/drivers.rst         | 1 +
>  Documentation/gpu/drm-usage-stats.rst | 1 +
>  Documentation/gpu/panthor.rst         | 2 +-
>  3 files changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/gpu/drivers.rst b/Documentation/gpu/drivers.rst
> index b899cbc5c2b4..7b1282e2d807 100644
> --- a/Documentation/gpu/drivers.rst
> +++ b/Documentation/gpu/drivers.rst
> @@ -22,6 +22,7 @@ GPU Driver Documentation
>     afbc
>     komeda-kms
>     panfrost
> +   panthor
>  
>  .. only::  subproject and html
>  
> diff --git a/Documentation/gpu/drm-usage-stats.rst b/Documentation/gpu/drm-usage-stats.rst
> index a80f95ca1b2f..12ca3193bf15 100644
> --- a/Documentation/gpu/drm-usage-stats.rst
> +++ b/Documentation/gpu/drm-usage-stats.rst
> @@ -186,4 +186,5 @@ Driver specific implementations
>  
>  * :ref:`i915-usage-stats`
>  * :ref:`panfrost-usage-stats`
> +* :ref:`panthor-usage-stats`
>  * :ref:`xe-usage-stats`
> diff --git a/Documentation/gpu/panthor.rst b/Documentation/gpu/panthor.rst
> index cbf5c4429a2d..3f8979fa2b86 100644
> --- a/Documentation/gpu/panthor.rst
> +++ b/Documentation/gpu/panthor.rst
> @@ -4,7 +4,7 @@
>   drm/Panthor CSF driver
>  =========================
>  
> -.. _panfrost-usage-stats:
> +.. _panthor-usage-stats:
>  
>  Panthor DRM client usage stats implementation
>  ==============================================


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation/gpu: Fix Panthor documentation build warnings
  2024-10-09 21:43 [PATCH] Documentation/gpu: Fix Panthor documentation build warnings Adrián Larumbe
  2024-10-10  8:10 ` Steven Price
@ 2024-10-30 15:28 ` Boris Brezillon
  1 sibling, 0 replies; 3+ messages in thread
From: Boris Brezillon @ 2024-10-30 15:28 UTC (permalink / raw)
  To: Adrián Larumbe
  Cc: David Airlie, Daniel Vetter, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, Jonathan Corbet, Steven Price, kernel,
	Stephen Rothwell, dri-devel, linux-doc, linux-kernel

On Wed,  9 Oct 2024 22:43:30 +0100
Adrián Larumbe <adrian.larumbe@collabora.com> wrote:

> Fix Panthor documentation build errors uncovered by the makedocs target
> when building with extra warnings enabled.
> 
> Signed-off-by: Adrián Larumbe <adrian.larumbe@collabora.com>
> Fixes: f25044688b04 ("drm/panthor: add sysfs knob for enabling job profiling")

Queued to drm-misc-next.

BTW, the commit hash was incorrect, please make sure you pick the hash
from the drm-misc tree not from your local branch next time.

> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> ---
>  Documentation/gpu/drivers.rst         | 1 +
>  Documentation/gpu/drm-usage-stats.rst | 1 +
>  Documentation/gpu/panthor.rst         | 2 +-
>  3 files changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/gpu/drivers.rst b/Documentation/gpu/drivers.rst
> index b899cbc5c2b4..7b1282e2d807 100644
> --- a/Documentation/gpu/drivers.rst
> +++ b/Documentation/gpu/drivers.rst
> @@ -22,6 +22,7 @@ GPU Driver Documentation
>     afbc
>     komeda-kms
>     panfrost
> +   panthor
>  
>  .. only::  subproject and html
>  
> diff --git a/Documentation/gpu/drm-usage-stats.rst b/Documentation/gpu/drm-usage-stats.rst
> index a80f95ca1b2f..12ca3193bf15 100644
> --- a/Documentation/gpu/drm-usage-stats.rst
> +++ b/Documentation/gpu/drm-usage-stats.rst
> @@ -186,4 +186,5 @@ Driver specific implementations
>  
>  * :ref:`i915-usage-stats`
>  * :ref:`panfrost-usage-stats`
> +* :ref:`panthor-usage-stats`
>  * :ref:`xe-usage-stats`
> diff --git a/Documentation/gpu/panthor.rst b/Documentation/gpu/panthor.rst
> index cbf5c4429a2d..3f8979fa2b86 100644
> --- a/Documentation/gpu/panthor.rst
> +++ b/Documentation/gpu/panthor.rst
> @@ -4,7 +4,7 @@
>   drm/Panthor CSF driver
>  =========================
>  
> -.. _panfrost-usage-stats:
> +.. _panthor-usage-stats:
>  
>  Panthor DRM client usage stats implementation
>  ==============================================


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-30 15:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-09 21:43 [PATCH] Documentation/gpu: Fix Panthor documentation build warnings Adrián Larumbe
2024-10-10  8:10 ` Steven Price
2024-10-30 15:28 ` Boris Brezillon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).