diff options
author | Oak Zeng <Oak.Zeng@amd.com> | 2021-02-03 20:09:02 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-03-24 05:59:04 +0300 |
commit | be0478e7b02a3f045be3f466d14a311145ba141f (patch) | |
tree | f4fb0242fbd5ddc8a636e8bdef3b0883f3bb3404 /drivers/gpu/drm/amd/amdgpu | |
parent | 79194dacb26a1b31c6d3259144c371795612ce75 (diff) | |
download | linux-be0478e7b02a3f045be3f466d14a311145ba141f.tar.xz |
drm/amdgpu: Fix the comment in amdgpu_gmc.h
More accurate words are used to address a
code review feedback
Signed-off-by: Oak Zeng <Oak.Zeng@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h index cd4592ff70ae..e57daa262150 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h @@ -190,13 +190,13 @@ struct amdgpu_gmc { u64 gart_end; /* Frame buffer aperture of this GPU device. Different from * fb_start (see below), this only covers the local GPU device. - * If use FB aperture to access FB, driver get fb_start from + * If driver uses FB aperture to access FB, driver get fb_start from * MC_VM_FB_LOCATION_BASE (set by vbios) and calculate vram_start * of this local device by adding an offset inside the XGMI hive. - * If use GART table for VMID0 FB access, driver finds a hole in + * If driver uses GART table for VMID0 FB access, driver finds a hole in * VMID0's virtual address space to place the SYSVM aperture inside * which the first part is vram and the second part is gart (covering - * sram) + * system ram). */ u64 vram_start; u64 vram_end; |