From: Hunter Chasens <hunter.chasens18@ncf.edu>
To: linux-kernel@vger.kernel.org, "Lazar, Lijo" <lijo.lazar@amd.com>
Cc: linux-doc@vger.kernel.org, Xinhui.Pan@amd.com,
dri-devel@lists.freedesktop.org, amd-gfx@lists.freedesktop.org,
daniel@ffwll.ch, alexander.deucher@amd.com, airlied@gmail.com,
christian.koenig@amd.com
Subject: Re: [PATCH v2] drm: amd: Resolve Sphinx unexpected indentation warning
Date: Tue, 07 Nov 2023 10:34:35 -0500 [thread overview]
Message-ID: <22087039.EfDdHjke4D@lux> (raw)
In-Reply-To: <6bd4f6d9-07c9-9ac1-2f3f-bb083b9c8085@amd.com>
[-- Attachment #1: Type: text/plain, Size: 1593 bytes --]
On Monday, November 6, 2023 11:45:24 PM EST Lazar, Lijo wrote:
> On 11/7/2023 1:47 AM, Hunter Chasens wrote:
> > Resolves Sphinx unexpected indentation warning when compiling
> > documentation (e.g. `make htmldocs`). Replaces tabs with spaces and
> > adds
> > a literal block to keep vertical formatting of the
> > example power state list.
> >
> > Signed-off-by: Hunter Chasens <hunter.chasens18@ncf.edu>
> > ---
> >
> > drivers/gpu/drm/amd/pm/amdgpu_pm.c | 13 +++++++------
> > 1 file changed, 7 insertions(+), 6 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c
> > b/drivers/gpu/drm/amd/pm/amdgpu_pm.c index 517b9fb4624c..81b8ceb26890
> > 100644
> > --- a/drivers/gpu/drm/amd/pm/amdgpu_pm.c
> > +++ b/drivers/gpu/drm/amd/pm/amdgpu_pm.c
> > @@ -989,12 +989,13 @@ static ssize_t amdgpu_get_pp_features(struct
> > device *dev,>
> > * Reading back the files will show you the available power levels
> > within
> > * the power state and the clock information for those levels. If
> > deep sleep is * applied to a clock, the level will be denoted by a
> > special level 'S:'>
> > - * E.g.,
> > - * S: 19Mhz *
> > - * 0: 615Mhz
> > - * 1: 800Mhz
> > - * 2: 888Mhz
> > - * 3: 1000Mhz
>
> > + * E.g.::
> This will be like E.g.: Could you keep it like E.g.,<space>:: so that ::
> is taken out?
>
> Thanks,
> Lijo
>
> > + *
> > + * S: 19Mhz *
> > + * 0: 615Mhz
> > + * 1: 800Mhz
> > + * 2: 888Mhz
> > + * 3: 1000Mhz
> >
> > *
> > *
> > * To manually adjust these states, first select manual using
No problem. I'll send a v3 out in a bit.
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Hunter Chasens <hunter.chasens18@ncf.edu>
To: linux-kernel@vger.kernel.org, "Lazar, Lijo" <lijo.lazar@amd.com>
Cc: linux-doc@vger.kernel.org, Xinhui.Pan@amd.com,
amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
daniel@ffwll.ch, alexander.deucher@amd.com, airlied@gmail.com,
christian.koenig@amd.com
Subject: Re: [PATCH v2] drm: amd: Resolve Sphinx unexpected indentation warning
Date: Tue, 07 Nov 2023 10:34:35 -0500 [thread overview]
Message-ID: <22087039.EfDdHjke4D@lux> (raw)
In-Reply-To: <6bd4f6d9-07c9-9ac1-2f3f-bb083b9c8085@amd.com>
[-- Attachment #1: Type: text/plain, Size: 1593 bytes --]
On Monday, November 6, 2023 11:45:24 PM EST Lazar, Lijo wrote:
> On 11/7/2023 1:47 AM, Hunter Chasens wrote:
> > Resolves Sphinx unexpected indentation warning when compiling
> > documentation (e.g. `make htmldocs`). Replaces tabs with spaces and
> > adds
> > a literal block to keep vertical formatting of the
> > example power state list.
> >
> > Signed-off-by: Hunter Chasens <hunter.chasens18@ncf.edu>
> > ---
> >
> > drivers/gpu/drm/amd/pm/amdgpu_pm.c | 13 +++++++------
> > 1 file changed, 7 insertions(+), 6 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c
> > b/drivers/gpu/drm/amd/pm/amdgpu_pm.c index 517b9fb4624c..81b8ceb26890
> > 100644
> > --- a/drivers/gpu/drm/amd/pm/amdgpu_pm.c
> > +++ b/drivers/gpu/drm/amd/pm/amdgpu_pm.c
> > @@ -989,12 +989,13 @@ static ssize_t amdgpu_get_pp_features(struct
> > device *dev,>
> > * Reading back the files will show you the available power levels
> > within
> > * the power state and the clock information for those levels. If
> > deep sleep is * applied to a clock, the level will be denoted by a
> > special level 'S:'>
> > - * E.g.,
> > - * S: 19Mhz *
> > - * 0: 615Mhz
> > - * 1: 800Mhz
> > - * 2: 888Mhz
> > - * 3: 1000Mhz
>
> > + * E.g.::
> This will be like E.g.: Could you keep it like E.g.,<space>:: so that ::
> is taken out?
>
> Thanks,
> Lijo
>
> > + *
> > + * S: 19Mhz *
> > + * 0: 615Mhz
> > + * 1: 800Mhz
> > + * 2: 888Mhz
> > + * 3: 1000Mhz
> >
> > *
> > *
> > * To manually adjust these states, first select manual using
No problem. I'll send a v3 out in a bit.
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Hunter Chasens <hunter.chasens18@ncf.edu>
To: linux-kernel@vger.kernel.org, "Lazar, Lijo" <lijo.lazar@amd.com>
Cc: linux-doc@vger.kernel.org, Xinhui.Pan@amd.com,
dri-devel@lists.freedesktop.org, amd-gfx@lists.freedesktop.org,
alexander.deucher@amd.com, christian.koenig@amd.com
Subject: Re: [PATCH v2] drm: amd: Resolve Sphinx unexpected indentation warning
Date: Tue, 07 Nov 2023 10:34:35 -0500 [thread overview]
Message-ID: <22087039.EfDdHjke4D@lux> (raw)
In-Reply-To: <6bd4f6d9-07c9-9ac1-2f3f-bb083b9c8085@amd.com>
[-- Attachment #1: Type: text/plain, Size: 1593 bytes --]
On Monday, November 6, 2023 11:45:24 PM EST Lazar, Lijo wrote:
> On 11/7/2023 1:47 AM, Hunter Chasens wrote:
> > Resolves Sphinx unexpected indentation warning when compiling
> > documentation (e.g. `make htmldocs`). Replaces tabs with spaces and
> > adds
> > a literal block to keep vertical formatting of the
> > example power state list.
> >
> > Signed-off-by: Hunter Chasens <hunter.chasens18@ncf.edu>
> > ---
> >
> > drivers/gpu/drm/amd/pm/amdgpu_pm.c | 13 +++++++------
> > 1 file changed, 7 insertions(+), 6 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c
> > b/drivers/gpu/drm/amd/pm/amdgpu_pm.c index 517b9fb4624c..81b8ceb26890
> > 100644
> > --- a/drivers/gpu/drm/amd/pm/amdgpu_pm.c
> > +++ b/drivers/gpu/drm/amd/pm/amdgpu_pm.c
> > @@ -989,12 +989,13 @@ static ssize_t amdgpu_get_pp_features(struct
> > device *dev,>
> > * Reading back the files will show you the available power levels
> > within
> > * the power state and the clock information for those levels. If
> > deep sleep is * applied to a clock, the level will be denoted by a
> > special level 'S:'>
> > - * E.g.,
> > - * S: 19Mhz *
> > - * 0: 615Mhz
> > - * 1: 800Mhz
> > - * 2: 888Mhz
> > - * 3: 1000Mhz
>
> > + * E.g.::
> This will be like E.g.: Could you keep it like E.g.,<space>:: so that ::
> is taken out?
>
> Thanks,
> Lijo
>
> > + *
> > + * S: 19Mhz *
> > + * 0: 615Mhz
> > + * 1: 800Mhz
> > + * 2: 888Mhz
> > + * 3: 1000Mhz
> >
> > *
> > *
> > * To manually adjust these states, first select manual using
No problem. I'll send a v3 out in a bit.
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2023-11-07 21:01 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-06 20:17 [PATCH v2] drm: amd: Resolve Sphinx unexpected indentation warning Hunter Chasens
2023-11-06 20:17 ` Hunter Chasens
2023-11-06 20:17 ` Hunter Chasens
2023-11-06 21:08 ` Randy Dunlap
2023-11-06 21:08 ` Randy Dunlap
2023-11-06 21:08 ` Randy Dunlap
2023-11-07 0:24 ` Bagas Sanjaya
2023-11-07 0:24 ` Bagas Sanjaya
2023-11-07 0:24 ` Bagas Sanjaya
2023-11-07 4:45 ` Lazar, Lijo
2023-11-07 4:45 ` Lazar, Lijo
2023-11-07 4:45 ` Lazar, Lijo
2023-11-07 15:34 ` Hunter Chasens [this message]
2023-11-07 15:34 ` Hunter Chasens
2023-11-07 15:34 ` Hunter Chasens
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=22087039.EfDdHjke4D@lux \
--to=hunter.chasens18@ncf.edu \
--cc=Xinhui.Pan@amd.com \
--cc=airlied@gmail.com \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=christian.koenig@amd.com \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=lijo.lazar@amd.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.