File tree Expand file tree Collapse file tree
drivers/gpu/drm/amd/amdgpu Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 * can be mapped as snooped (cached system pages) or unsnooped
5454 * (uncached system pages).
5555 * 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,
5757 * the kernel tells the the ring what VMID to use for that command
5858 * buffer. VMIDs are allocated dynamically as commands are submitted.
5959 * 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)
744744 vega10_reg_base_init (adev );
745745 break ;
746746 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 ,
748748 * it doesn't support SRIOV. */
749749 if (amdgpu_discovery ) {
750750 r = amdgpu_discovery_reg_base_init (adev );
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ extern "C" {
8080 *
8181 * %AMDGPU_GEM_DOMAIN_GTT GPU accessible system memory, mapped into the
8282 * 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
8484 * fashion.
8585 *
8686 * %AMDGPU_GEM_DOMAIN_VRAM Local video memory. For APUs, it is memory
You can’t perform that action at this time.
0 commit comments