2019-10-05 11:34:14

by Christophe JAILLET

[permalink] [raw]
Subject: [PATCH] drm/amd/display: Fix typo in some comments

p and g are switched in 'amdpgu_dm'

Signed-off-by: Christophe JAILLET <[email protected]>
---
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
index 92932d521d7f..b9c2e1a930ab 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -1043,7 +1043,7 @@ static void s3_handle_mst(struct drm_device *dev, bool suspend)

/**
* dm_hw_init() - Initialize DC device
- * @handle: The base driver device containing the amdpgu_dm device.
+ * @handle: The base driver device containing the amdgpu_dm device.
*
* Initialize the &struct amdgpu_display_manager device. This involves calling
* the initializers of each DM component, then populating the struct with them.
@@ -1073,7 +1073,7 @@ static int dm_hw_init(void *handle)

/**
* dm_hw_fini() - Teardown DC device
- * @handle: The base driver device containing the amdpgu_dm device.
+ * @handle: The base driver device containing the amdgpu_dm device.
*
* Teardown components within &struct amdgpu_display_manager that require
* cleanup. This involves cleaning up the DRM device, DC, and any modules that
--
2.20.1


2019-10-07 14:14:23

by Harry Wentland

[permalink] [raw]
Subject: Re: [PATCH] drm/amd/display: Fix typo in some comments

On 2019-10-05 7:32 a.m., Christophe JAILLET wrote:
> p and g are switched in 'amdpgu_dm'
>
> Signed-off-by: Christophe JAILLET <[email protected]>

Reviewed-by: Harry Wentland <[email protected]>

Harry

> ---
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> index 92932d521d7f..b9c2e1a930ab 100644
> --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> @@ -1043,7 +1043,7 @@ static void s3_handle_mst(struct drm_device *dev, bool suspend)
>
> /**
> * dm_hw_init() - Initialize DC device
> - * @handle: The base driver device containing the amdpgu_dm device.
> + * @handle: The base driver device containing the amdgpu_dm device.
> *
> * Initialize the &struct amdgpu_display_manager device. This involves calling
> * the initializers of each DM component, then populating the struct with them.
> @@ -1073,7 +1073,7 @@ static int dm_hw_init(void *handle)
>
> /**
> * dm_hw_fini() - Teardown DC device
> - * @handle: The base driver device containing the amdpgu_dm device.
> + * @handle: The base driver device containing the amdgpu_dm device.
> *
> * Teardown components within &struct amdgpu_display_manager that require
> * cleanup. This involves cleaning up the DRM device, DC, and any modules that
>

2019-10-07 15:59:27

by Alex Deucher

[permalink] [raw]
Subject: Re: [PATCH] drm/amd/display: Fix typo in some comments

On Mon, Oct 7, 2019 at 10:13 AM Harry Wentland <[email protected]> wrote:
>
> On 2019-10-05 7:32 a.m., Christophe JAILLET wrote:
> > p and g are switched in 'amdpgu_dm'
> >
> > Signed-off-by: Christophe JAILLET <[email protected]>
>
> Reviewed-by: Harry Wentland <[email protected]>

Applied. thanks!

Alex

>
> Harry
>
> > ---
> > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> > index 92932d521d7f..b9c2e1a930ab 100644
> > --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> > +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> > @@ -1043,7 +1043,7 @@ static void s3_handle_mst(struct drm_device *dev, bool suspend)
> >
> > /**
> > * dm_hw_init() - Initialize DC device
> > - * @handle: The base driver device containing the amdpgu_dm device.
> > + * @handle: The base driver device containing the amdgpu_dm device.
> > *
> > * Initialize the &struct amdgpu_display_manager device. This involves calling
> > * the initializers of each DM component, then populating the struct with them.
> > @@ -1073,7 +1073,7 @@ static int dm_hw_init(void *handle)
> >
> > /**
> > * dm_hw_fini() - Teardown DC device
> > - * @handle: The base driver device containing the amdpgu_dm device.
> > + * @handle: The base driver device containing the amdgpu_dm device.
> > *
> > * Teardown components within &struct amdgpu_display_manager that require
> > * cleanup. This involves cleaning up the DRM device, DC, and any modules that
> >
> _______________________________________________
> amd-gfx mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx