Linux Documentation
 help / color / mirror / Atom feed
* [PATCH v1] drm: Fix separator for drm-pdev
@ 2024-10-15 18:27 Ian Rogers
  2024-10-15 18:29 ` Ian Rogers
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Rogers @ 2024-10-15 18:27 UTC (permalink / raw)
  To: David Airlie, Simona Vetter, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, Jonathan Corbet, dri-devel, linux-doc,
	linux-kernel
  Cc: Ian Rogers

The PCI slot address for drm-pdev should be a colon not a period. On a
i915 GPU I see:
```
drm-pdev:       0000:00:02.0
```

Signed-off-by: Ian Rogers <irogers@google.com>
---
 Documentation/gpu/drm-usage-stats.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/gpu/drm-usage-stats.rst b/Documentation/gpu/drm-usage-stats.rst
index a80f95ca1b2f..f56ca58312fc 100644
--- a/Documentation/gpu/drm-usage-stats.rst
+++ b/Documentation/gpu/drm-usage-stats.rst
@@ -56,7 +56,7 @@ Optional fully standardised keys
 Identification
 ^^^^^^^^^^^^^^
 
-- drm-pdev: <aaaa:bb.cc.d>
+- drm-pdev: <aaaa:bb:cc.d>
 
 For PCI devices this should contain the PCI slot address of the device in
 question.
-- 
2.47.0.rc1.288.g06298d1525-goog


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

* Re: [PATCH v1] drm: Fix separator for drm-pdev
  2024-10-15 18:27 [PATCH v1] drm: Fix separator for drm-pdev Ian Rogers
@ 2024-10-15 18:29 ` Ian Rogers
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Rogers @ 2024-10-15 18:29 UTC (permalink / raw)
  To: David Airlie, Simona Vetter, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, Jonathan Corbet, dri-devel, linux-doc,
	linux-kernel

On Tue, Oct 15, 2024 at 11:27 AM Ian Rogers <irogers@google.com> wrote:
>
> The PCI slot address for drm-pdev should be a colon not a period. On a
> i915 GPU I see:
> ```
> drm-pdev:       0000:00:02.0
> ```
>
> Signed-off-by: Ian Rogers <irogers@google.com>

Possibly:
Fixes: 055634e4b62f ("drm/i915: Expose client engine utilisation via fdinfo")

Thanks,
Ian

> ---
>  Documentation/gpu/drm-usage-stats.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/gpu/drm-usage-stats.rst b/Documentation/gpu/drm-usage-stats.rst
> index a80f95ca1b2f..f56ca58312fc 100644
> --- a/Documentation/gpu/drm-usage-stats.rst
> +++ b/Documentation/gpu/drm-usage-stats.rst
> @@ -56,7 +56,7 @@ Optional fully standardised keys
>  Identification
>  ^^^^^^^^^^^^^^
>
> -- drm-pdev: <aaaa:bb.cc.d>
> +- drm-pdev: <aaaa:bb:cc.d>
>
>  For PCI devices this should contain the PCI slot address of the device in
>  question.
> --
> 2.47.0.rc1.288.g06298d1525-goog
>

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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-15 18:27 [PATCH v1] drm: Fix separator for drm-pdev Ian Rogers
2024-10-15 18:29 ` Ian Rogers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox