Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH] drm/i915: A typo fix
@ 2021-03-23  1:16 Bhaskar Chowdhury
  2021-03-23  8:53 ` Jani Nikula
  2021-03-23 15:30 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for " Patchwork
  0 siblings, 2 replies; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-23  1:16 UTC (permalink / raw)
  To: jani.nikula, joonas.lahtinen, rodrigo.vivi, airlied, daniel,
	imre.deak, ville.syrjala, lucas.demarchi, matthew.d.roper,
	tejaskumarx.surendrakumar.upadhyay, unixbhaskar, aditya.swarup,
	anusha.srivatsa, intel-gfx, dri-devel, linux-kernel
  Cc: rdunlap


s/nothign/nothing/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/display/intel_dpll_mgr.c b/drivers/gpu/drm/i915/display/intel_dpll_mgr.c
index f6ad257a260e..14d784a6fae5 100644
--- a/drivers/gpu/drm/i915/display/intel_dpll_mgr.c
+++ b/drivers/gpu/drm/i915/display/intel_dpll_mgr.c
@@ -4185,7 +4185,7 @@ static void icl_pll_disable(struct drm_i915_private *dev_priv,
 	/*
 	 * DVFS pre sequence would be here, but in our driver the cdclk code
 	 * paths should already be setting the appropriate voltage, hence we do
-	 * nothign here.
+	 * nothing here.
 	 */

 	val = intel_de_read(dev_priv, enable_reg);
--
2.31.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [Intel-gfx] [PATCH] drm/i915: A typo fix
  2021-03-23  1:16 [Intel-gfx] [PATCH] drm/i915: A typo fix Bhaskar Chowdhury
@ 2021-03-23  8:53 ` Jani Nikula
  2021-03-23  9:13   ` Bhaskar Chowdhury
  2021-03-23 15:30 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for " Patchwork
  1 sibling, 1 reply; 4+ messages in thread
From: Jani Nikula @ 2021-03-23  8:53 UTC (permalink / raw)
  To: Bhaskar Chowdhury, joonas.lahtinen, rodrigo.vivi, airlied, daniel,
	imre.deak, ville.syrjala, lucas.demarchi, matthew.d.roper,
	tejaskumarx.surendrakumar.upadhyay, unixbhaskar, aditya.swarup,
	anusha.srivatsa, intel-gfx, dri-devel, linux-kernel
  Cc: rdunlap

On Tue, 23 Mar 2021, Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
> s/nothign/nothing/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

You've sent the same patch before? I've already pushed it.

BR,
Jani.

> ---
>  drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_dpll_mgr.c b/drivers/gpu/drm/i915/display/intel_dpll_mgr.c
> index f6ad257a260e..14d784a6fae5 100644
> --- a/drivers/gpu/drm/i915/display/intel_dpll_mgr.c
> +++ b/drivers/gpu/drm/i915/display/intel_dpll_mgr.c
> @@ -4185,7 +4185,7 @@ static void icl_pll_disable(struct drm_i915_private *dev_priv,
>  	/*
>  	 * DVFS pre sequence would be here, but in our driver the cdclk code
>  	 * paths should already be setting the appropriate voltage, hence we do
> -	 * nothign here.
> +	 * nothing here.
>  	 */
>
>  	val = intel_de_read(dev_priv, enable_reg);
> --
> 2.31.0
>

-- 
Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [Intel-gfx] [PATCH] drm/i915: A typo fix
  2021-03-23  8:53 ` Jani Nikula
@ 2021-03-23  9:13   ` Bhaskar Chowdhury
  0 siblings, 0 replies; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-23  9:13 UTC (permalink / raw)
  To: Jani Nikula
  Cc: intel-gfx, airlied, lucas.demarchi, linux-kernel, dri-devel,
	rdunlap


[-- Attachment #1.1: Type: text/plain, Size: 1106 bytes --]

On 10:53 Tue 23 Mar 2021, Jani Nikula wrote:
>On Tue, 23 Mar 2021, Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
>> s/nothign/nothing/
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>
>You've sent the same patch before? I've already pushed it.
>
Apologies and thanks.

>BR,
>Jani.
>
>> ---
>>  drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/gpu/drm/i915/display/intel_dpll_mgr.c b/drivers/gpu/drm/i915/display/intel_dpll_mgr.c
>> index f6ad257a260e..14d784a6fae5 100644
>> --- a/drivers/gpu/drm/i915/display/intel_dpll_mgr.c
>> +++ b/drivers/gpu/drm/i915/display/intel_dpll_mgr.c
>> @@ -4185,7 +4185,7 @@ static void icl_pll_disable(struct drm_i915_private *dev_priv,
>>  	/*
>>  	 * DVFS pre sequence would be here, but in our driver the cdclk code
>>  	 * paths should already be setting the appropriate voltage, hence we do
>> -	 * nothign here.
>> +	 * nothing here.
>>  	 */
>>
>>  	val = intel_de_read(dev_priv, enable_reg);
>> --
>> 2.31.0
>>
>
>--
>Jani Nikula, Intel Open Source Graphics Center

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: A typo fix
  2021-03-23  1:16 [Intel-gfx] [PATCH] drm/i915: A typo fix Bhaskar Chowdhury
  2021-03-23  8:53 ` Jani Nikula
@ 2021-03-23 15:30 ` Patchwork
  1 sibling, 0 replies; 4+ messages in thread
From: Patchwork @ 2021-03-23 15:30 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 412 bytes --]

== Series Details ==

Series: drm/i915: A typo fix
URL   : https://patchwork.freedesktop.org/series/88339/
State : failure

== Summary ==

Applying: drm/i915: A typo fix
Using index info to reconstruct a base tree...
M	drivers/gpu/drm/i915/display/intel_dpll_mgr.c
Falling back to patching base and 3-way merge...
Auto-merging drivers/gpu/drm/i915/display/intel_dpll_mgr.c
No changes -- Patch already applied.



[-- Attachment #1.2: Type: text/html, Size: 912 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2021-03-23 15:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-23  1:16 [Intel-gfx] [PATCH] drm/i915: A typo fix Bhaskar Chowdhury
2021-03-23  8:53 ` Jani Nikula
2021-03-23  9:13   ` Bhaskar Chowdhury
2021-03-23 15:30 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for " Patchwork

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