RE: [PATCH 1/2] drm/amdgpu: fix sdma doorbell comments typo
> -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Frank.Min > Sent: Thursday, October 11, 2018 8:08 PM > To: amd-gfx@lists.freedesktop.org > Cc: Min, Frank > Subject: [PATCH 1/2] drm/amdgpu: fix sdma doorbell comments typo > > Change-Id: I0a3dff9f01a90717e0c32b7fa81a5e891bd1d52d > Signed-off-by: Frank.Min Reviewed-by: Huang Rui > --- > drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h > b/drivers/gpu/drm/amd/amdgpu/amdgpu.h > index c21d9b9..6317f35 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, > -- > 2.7.4 > > ___ > amd-gfx mailing list > amd-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/amd-gfx ___ amd-gfx mailing list amd-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/amd-gfx
Re: [PATCH 1/2] drm/amdgpu: fix sdma doorbell comments typo
On Thu, Oct 11, 2018 at 8:10 AM Frank.Min wrote: > > Change-Id: I0a3dff9f01a90717e0c32b7fa81a5e891bd1d52d > Signed-off-by: Frank.Min This patch is: Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h > b/drivers/gpu/drm/amd/amdgpu/amdgpu.h > index c21d9b9..6317f35 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, > -- > 2.7.4 > > ___ > amd-gfx mailing list > amd-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/amd-gfx ___ amd-gfx mailing list amd-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/amd-gfx
[PATCH 1/2] drm/amdgpu: fix sdma doorbell comments typo
Change-Id: I0a3dff9f01a90717e0c32b7fa81a5e891bd1d52d Signed-off-by: Frank.Min --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index c21d9b9..6317f35 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, -- 2.7.4 ___ amd-gfx mailing list amd-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/amd-gfx
[PATCH 1/2] drm/amdgpu: fix sdma doorbell comments typo
Change-Id: I0a3dff9f01a90717e0c32b7fa81a5e891bd1d52d Signed-off-by: Frank.Min --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index c21d9b9..6317f35 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, -- 2.7.4 ___ amd-gfx mailing list amd-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/amd-gfx