linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/atomic: Couple of typo fixes
@ 2021-03-20 18:36 Bhaskar Chowdhury
  2021-03-20 19:10 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-20 18:36 UTC (permalink / raw)
  To: maarten.lankhorst, mripard, tzimmermann, airlied, daniel,
	dri-devel, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/seralization/serialization/
s/parallism/parallelism/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/gpu/drm/drm_atomic.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/drm_atomic.c b/drivers/gpu/drm/drm_atomic.c
index dda60051854b..e1e4500aaca4 100644
--- a/drivers/gpu/drm/drm_atomic.c
+++ b/drivers/gpu/drm/drm_atomic.c
@@ -1148,7 +1148,7 @@ EXPORT_SYMBOL(drm_atomic_add_encoder_bridges);
  * This function walks the current configuration and adds all connectors
  * currently using @crtc to the atomic configuration @state. Note that this
  * function must acquire the connection mutex. This can potentially cause
- * unneeded seralization if the update is just for the planes on one CRTC. Hence
+ * unneeded serialization if the update is just for the planes on one CRTC. Hence
  * drivers and helpers should only call this when really needed (e.g. when a
  * full modeset needs to happen due to some change).
  *
@@ -1213,7 +1213,7 @@ EXPORT_SYMBOL(drm_atomic_add_affected_connectors);
  *
  * Since acquiring a plane state will always also acquire the w/w mutex of the
  * current CRTC for that plane (if there is any) adding all the plane states for
- * a CRTC will not reduce parallism of atomic updates.
+ * a CRTC will not reduce parallelism of atomic updates.
  *
  * Returns:
  * 0 on success or can fail with -EDEADLK or -ENOMEM. When the error is EDEADLK
--
2.26.2


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

* Re: [PATCH] drm/atomic: Couple of typo fixes
  2021-03-20 18:36 [PATCH] drm/atomic: Couple of typo fixes Bhaskar Chowdhury
@ 2021-03-20 19:10 ` Randy Dunlap
  2021-03-23 14:54   ` Alex Deucher
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2021-03-20 19:10 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: maarten.lankhorst, mripard, tzimmermann, airlied, daniel,
	dri-devel, linux-kernel



On Sun, 21 Mar 2021, Bhaskar Chowdhury wrote:

>
> s/seralization/serialization/
> s/parallism/parallelism/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>


> ---
> drivers/gpu/drm/drm_atomic.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/drm_atomic.c b/drivers/gpu/drm/drm_atomic.c
> index dda60051854b..e1e4500aaca4 100644
> --- a/drivers/gpu/drm/drm_atomic.c
> +++ b/drivers/gpu/drm/drm_atomic.c
> @@ -1148,7 +1148,7 @@ EXPORT_SYMBOL(drm_atomic_add_encoder_bridges);
>  * This function walks the current configuration and adds all connectors
>  * currently using @crtc to the atomic configuration @state. Note that this
>  * function must acquire the connection mutex. This can potentially cause
> - * unneeded seralization if the update is just for the planes on one CRTC. Hence
> + * unneeded serialization if the update is just for the planes on one CRTC. Hence
>  * drivers and helpers should only call this when really needed (e.g. when a
>  * full modeset needs to happen due to some change).
>  *
> @@ -1213,7 +1213,7 @@ EXPORT_SYMBOL(drm_atomic_add_affected_connectors);
>  *
>  * Since acquiring a plane state will always also acquire the w/w mutex of the
>  * current CRTC for that plane (if there is any) adding all the plane states for
> - * a CRTC will not reduce parallism of atomic updates.
> + * a CRTC will not reduce parallelism of atomic updates.
>  *
>  * Returns:
>  * 0 on success or can fail with -EDEADLK or -ENOMEM. When the error is EDEADLK
> --
> 2.26.2
>
>

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

* Re: [PATCH] drm/atomic: Couple of typo fixes
  2021-03-20 19:10 ` Randy Dunlap
@ 2021-03-23 14:54   ` Alex Deucher
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2021-03-23 14:54 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Bhaskar Chowdhury, Thomas Zimmermann, Dave Airlie, LKML,
	Maling list - DRI developers

Applied.  Thanks!

Alex

On Sat, Mar 20, 2021 at 3:10 PM Randy Dunlap
<rdunlap@bombadil.infradead.org> wrote:
>
>
>
> On Sun, 21 Mar 2021, Bhaskar Chowdhury wrote:
>
> >
> > s/seralization/serialization/
> > s/parallism/parallelism/
> >
> > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>
> Acked-by: Randy Dunlap <rdunlap@infradead.org>
>
>
> > ---
> > drivers/gpu/drm/drm_atomic.c | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/drm_atomic.c b/drivers/gpu/drm/drm_atomic.c
> > index dda60051854b..e1e4500aaca4 100644
> > --- a/drivers/gpu/drm/drm_atomic.c
> > +++ b/drivers/gpu/drm/drm_atomic.c
> > @@ -1148,7 +1148,7 @@ EXPORT_SYMBOL(drm_atomic_add_encoder_bridges);
> >  * This function walks the current configuration and adds all connectors
> >  * currently using @crtc to the atomic configuration @state. Note that this
> >  * function must acquire the connection mutex. This can potentially cause
> > - * unneeded seralization if the update is just for the planes on one CRTC. Hence
> > + * unneeded serialization if the update is just for the planes on one CRTC. Hence
> >  * drivers and helpers should only call this when really needed (e.g. when a
> >  * full modeset needs to happen due to some change).
> >  *
> > @@ -1213,7 +1213,7 @@ EXPORT_SYMBOL(drm_atomic_add_affected_connectors);
> >  *
> >  * Since acquiring a plane state will always also acquire the w/w mutex of the
> >  * current CRTC for that plane (if there is any) adding all the plane states for
> > - * a CRTC will not reduce parallism of atomic updates.
> > + * a CRTC will not reduce parallelism of atomic updates.
> >  *
> >  * Returns:
> >  * 0 on success or can fail with -EDEADLK or -ENOMEM. When the error is EDEADLK
> > --
> > 2.26.2
> >
> >
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-20 18:36 [PATCH] drm/atomic: Couple of typo fixes Bhaskar Chowdhury
2021-03-20 19:10 ` Randy Dunlap
2021-03-23 14:54   ` Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).