[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAP-5=fXanbFKK=mYZJc+prjyO8wZhrdquELWG4URYksuSaVtEQ@mail.gmail.com>
Date: Tue, 15 Oct 2024 11:29:12 -0700
From: Ian Rogers <irogers@...gle.com>
To: David Airlie <airlied@...il.com>, Simona Vetter <simona@...ll.ch>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>, Maxime Ripard <mripard@...nel.org>,
Thomas Zimmermann <tzimmermann@...e.de>, Jonathan Corbet <corbet@....net>, dri-devel@...ts.freedesktop.org,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v1] drm: Fix separator for drm-pdev
On Tue, Oct 15, 2024 at 11:27 AM Ian Rogers <irogers@...gle.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@...gle.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
>
Powered by blists - more mailing lists