All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu/gmc: Fix spelling mistake.
@ 2020-04-15 16:34 Rajneesh Bhardwaj
  2020-04-15 17:58 ` Russell, Kent
  0 siblings, 1 reply; 2+ messages in thread
From: Rajneesh Bhardwaj @ 2020-04-15 16:34 UTC (permalink / raw)
  To: amd-gfx; +Cc: Rajneesh Bhardwaj

Fixes a minor typo in the file.

Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
index 4f8fd067d150..acabb57aa8af 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
@@ -136,8 +136,8 @@ uint64_t amdgpu_gmc_agp_addr(struct ttm_buffer_object *bo)
 /**
  * amdgpu_gmc_vram_location - try to find VRAM location
  *
- * @adev: amdgpu device structure holding all necessary informations
- * @mc: memory controller structure holding memory informations
+ * @adev: amdgpu device structure holding all necessary information
+ * @mc: memory controller structure holding memory information
  * @base: base address at which to put VRAM
  *
  * Function will try to place VRAM at base address provided
@@ -165,8 +165,8 @@ void amdgpu_gmc_vram_location(struct amdgpu_device *adev, struct amdgpu_gmc *mc,
 /**
  * amdgpu_gmc_gart_location - try to find GART location
  *
- * @adev: amdgpu device structure holding all necessary informations
- * @mc: memory controller structure holding memory informations
+ * @adev: amdgpu device structure holding all necessary information
+ * @mc: memory controller structure holding memory information
  *
  * Function will place try to place GART before or after VRAM.
  *
@@ -207,8 +207,8 @@ void amdgpu_gmc_gart_location(struct amdgpu_device *adev, struct amdgpu_gmc *mc)
 
 /**
  * amdgpu_gmc_agp_location - try to find AGP location
- * @adev: amdgpu device structure holding all necessary informations
- * @mc: memory controller structure holding memory informations
+ * @adev: amdgpu device structure holding all necessary information
+ * @mc: memory controller structure holding memory information
  *
  * Function will place try to find a place for the AGP BAR in the MC address
  * space.
-- 
2.17.1

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

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

* RE: [PATCH] drm/amdgpu/gmc: Fix spelling mistake.
  2020-04-15 16:34 [PATCH] drm/amdgpu/gmc: Fix spelling mistake Rajneesh Bhardwaj
@ 2020-04-15 17:58 ` Russell, Kent
  0 siblings, 0 replies; 2+ messages in thread
From: Russell, Kent @ 2020-04-15 17:58 UTC (permalink / raw)
  To: Bhardwaj, Rajneesh, amd-gfx; +Cc: Bhardwaj, Rajneesh

[AMD Official Use Only - Internal Distribution Only]

Reviewed-By: Kent Russell <kent.russell@amd.com>

> -----Original Message-----
> From: amd-gfx <amd-gfx-bounces@lists.freedesktop.org> On Behalf Of
> Rajneesh Bhardwaj
> Sent: Wednesday, April 15, 2020 12:34 PM
> To: amd-gfx@lists.freedesktop.org
> Cc: Bhardwaj, Rajneesh <Rajneesh.Bhardwaj@amd.com>
> Subject: [PATCH] drm/amdgpu/gmc: Fix spelling mistake.
> 
> Fixes a minor typo in the file.
> 
> Reviewed-by: Christian König <christian.koenig@amd.com>
> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
> Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@amd.com>
> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
> b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
> index 4f8fd067d150..acabb57aa8af 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
> @@ -136,8 +136,8 @@ uint64_t amdgpu_gmc_agp_addr(struct
> ttm_buffer_object *bo)
>  /**
>   * amdgpu_gmc_vram_location - try to find VRAM location
>   *
> - * @adev: amdgpu device structure holding all necessary informations
> - * @mc: memory controller structure holding memory informations
> + * @adev: amdgpu device structure holding all necessary information
> + * @mc: memory controller structure holding memory information
>   * @base: base address at which to put VRAM
>   *
>   * Function will try to place VRAM at base address provided @@ -165,8 +165,8
> @@ void amdgpu_gmc_vram_location(struct amdgpu_device *adev, struct
> amdgpu_gmc *mc,
>  /**
>   * amdgpu_gmc_gart_location - try to find GART location
>   *
> - * @adev: amdgpu device structure holding all necessary informations
> - * @mc: memory controller structure holding memory informations
> + * @adev: amdgpu device structure holding all necessary information
> + * @mc: memory controller structure holding memory information
>   *
>   * Function will place try to place GART before or after VRAM.
>   *
> @@ -207,8 +207,8 @@ void amdgpu_gmc_gart_location(struct
> amdgpu_device *adev, struct amdgpu_gmc *mc)
> 
>  /**
>   * amdgpu_gmc_agp_location - try to find AGP location
> - * @adev: amdgpu device structure holding all necessary informations
> - * @mc: memory controller structure holding memory informations
> + * @adev: amdgpu device structure holding all necessary information
> + * @mc: memory controller structure holding memory information
>   *
>   * Function will place try to find a place for the AGP BAR in the MC address
>   * space.
> --
> 2.17.1
> 
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.fr
> eedesktop.org%2Fmailman%2Flistinfo%2Famd-
> gfx&amp;data=02%7C01%7Ckent.russell%40amd.com%7Ca195acd3e7514e5b
> 7f5508d7e15af4e6%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C6
> 37225653107923416&amp;sdata=LfbhIsV5GJsymtDr6wazJDQtvemS72Bp4qAO
> IN0GYWw%3D&amp;reserved=0
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

end of thread, other threads:[~2020-04-15 17:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-15 16:34 [PATCH] drm/amdgpu/gmc: Fix spelling mistake Rajneesh Bhardwaj
2020-04-15 17:58 ` Russell, Kent

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.