diff options
| author | Frank.Min <Frank.Min@amd.com> | 2018-10-02 10:02:09 +0300 | 
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2018-11-05 22:20:38 +0300 | 
| commit | c3bce35c662b8dfd91e52efaf463df41023b0852 (patch) | |
| tree | 53477b38d70e5ffc37b26e95e0c50fa1778c2391 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | 657f600397927c302e11c32fa2c162bbc7ef75ed (diff) | |
| download | linux-c3bce35c662b8dfd91e52efaf463df41023b0852.tar.xz | |
drm/amdgpu: fix sdma doorbell comments typo
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Frank.Min <Frank.Min@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index d0102cfc8efb..fb922a872a80 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -432,7 +432,7 @@ typedef enum _AMDGPU_DOORBELL64_ASSIGNMENT  	 * default non-graphics QWORD index is 0xe0 - 0xFF inclusive  	 */ -	/* sDMA engines  reserved from 0xe0 -oxef  */ +	/* sDMA engines  reserved from 0xe0 -0xef  */  	AMDGPU_DOORBELL64_sDMA_ENGINE0            = 0xE0,  	AMDGPU_DOORBELL64_sDMA_HI_PRI_ENGINE0     = 0xE1,  	AMDGPU_DOORBELL64_sDMA_ENGINE1            = 0xE8,  | 
