[PATCH v3] drm: amd: Resolve Sphinx unexpected indentation warning

2023-11-07 Thread Hunter Chasens
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 --- drivers/gpu/drm/amd/pm/amdgpu_pm.c | 13

Re: [PATCH v2] drm: amd: Resolve Sphinx unexpected indentation warning

2023-11-07 Thread Hunter Chasens
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 lit

[PATCH v2] drm: amd: Resolve Sphinx unexpected indentation warning

2023-11-06 Thread Hunter Chasens
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 --- drivers/gpu/drm/amd/pm/amdgpu_pm.c | 13

Re: [PATCH v1] drm: amd: Resolve Sphinx unexpected indentation warning

2023-11-06 Thread Hunter Chasens
First, apologies to Jani Nikula. I accedently top posted on the other thread. My email client is giving me a hard time. The following works and, if everyone agrees, I'll send out a v2. * E.g.:: * * S: 19Mhz * * 0: 615Mhz * 1: 800Mhz * 2: 888Mhz * 3: 1000Mhz

Re: [PATCH v1] docs: gpu: rfc: i915_scheduler.rst remove unused directives for namespacing

2023-11-06 Thread Hunter Chasens
23, Bagas Sanjaya wrote: > > On Sat, Nov 04, 2023 at 09:47:08AM -0400, Hunter Chasens wrote: > >> diff --git a/Documentation/gpu/rfc/i915_scheduler.rst > >> b/Documentation/gpu/rfc/i915_scheduler.rst > >> index c237ebc024cd..23ba7006929b 100644 > >> -

[PATCH v1] drm: amd: Resolve Sphinx unexpected indentation warning

2023-11-05 Thread Hunter Chasens
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 --- drivers/gpu/drm/amd/pm/amdgpu_pm.c | 13

[PATCH v1] docs: gpu: rfc: i915_scheduler.rst remove unused directives for namespacing

2023-11-04 Thread Hunter Chasens
Removed unused directives for namespacing I believe to have been originally introduced as a workaround for a Sphinx warning. Signed-off-by: Hunter Chasens --- Documentation/gpu/rfc/i915_scheduler.rst | 4 1 file changed, 4 deletions(-) diff --git a/Documentation/gpu/rfc/i915_scheduler.rst