Commit 53c9c89a authored by Rajneesh Bhardwaj's avatar Rajneesh Bhardwaj Committed by Alex Deucher

drm/amdgpu/gmc: Fix spelling mistake.

Fixes a minor typo in the file.
Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarRajneesh Bhardwaj <rajneesh.bhardwaj@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent e57761c6
...@@ -136,8 +136,8 @@ uint64_t amdgpu_gmc_agp_addr(struct ttm_buffer_object *bo) ...@@ -136,8 +136,8 @@ uint64_t amdgpu_gmc_agp_addr(struct ttm_buffer_object *bo)
/** /**
* amdgpu_gmc_vram_location - try to find VRAM location * amdgpu_gmc_vram_location - try to find VRAM location
* *
* @adev: amdgpu device structure holding all necessary informations * @adev: amdgpu device structure holding all necessary information
* @mc: memory controller structure holding memory informations * @mc: memory controller structure holding memory information
* @base: base address at which to put VRAM * @base: base address at which to put VRAM
* *
* Function will try to place VRAM at base address provided * 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, ...@@ -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 * amdgpu_gmc_gart_location - try to find GART location
* *
* @adev: amdgpu device structure holding all necessary informations * @adev: amdgpu device structure holding all necessary information
* @mc: memory controller structure holding memory informations * @mc: memory controller structure holding memory information
* *
* Function will place try to place GART before or after VRAM. * 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) ...@@ -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 * amdgpu_gmc_agp_location - try to find AGP location
* @adev: amdgpu device structure holding all necessary informations * @adev: amdgpu device structure holding all necessary information
* @mc: memory controller structure holding memory informations * @mc: memory controller structure holding memory information
* *
* Function will place try to find a place for the AGP BAR in the MC address * Function will place try to find a place for the AGP BAR in the MC address
* space. * space.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment