File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
drivers/gpu/drm/amd/amdgpu Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 53
53
* can be mapped as snooped (cached system pages) or unsnooped
54
54
* (uncached system pages).
55
55
* Each VM has an ID associated with it and there is a page table
56
- * associated with each VMID. When execting a command buffer,
56
+ * associated with each VMID. When executing a command buffer,
57
57
* the kernel tells the the ring what VMID to use for that command
58
58
* buffer. VMIDs are allocated dynamically as commands are submitted.
59
59
* The userspace drivers maintain their own address space and the kernel
Original file line number Diff line number Diff line change @@ -744,7 +744,7 @@ static void soc15_reg_base_init(struct amdgpu_device *adev)
744
744
vega10_reg_base_init (adev );
745
745
break ;
746
746
case CHIP_RENOIR :
747
- /* It's safe to do ip discovery here for Renior ,
747
+ /* It's safe to do ip discovery here for Renoir ,
748
748
* it doesn't support SRIOV. */
749
749
if (amdgpu_discovery ) {
750
750
r = amdgpu_discovery_reg_base_init (adev );
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ extern "C" {
80
80
*
81
81
* %AMDGPU_GEM_DOMAIN_GTT GPU accessible system memory, mapped into the
82
82
* GPU's virtual address space via gart. Gart memory linearizes non-contiguous
83
- * pages of system memory, allows GPU access system memory in a linezrized
83
+ * pages of system memory, allows GPU access system memory in a linearized
84
84
* fashion.
85
85
*
86
86
* %AMDGPU_GEM_DOMAIN_VRAM Local video memory. For APUs, it is memory
You can’t perform that action at this time.
0 commit comments