Re: [PATCH] drm/amdgpu: Fix typo in DC_DEBUG_MASK kernel-doc

2025-03-19 Thread Alex Deucher
On Wed, Mar 19, 2025 at 7:23 AM Dominik Kaszewski wrote: > > Add missing colon in kernel-doc for DC_DEBUG_MASK enum. > > Signed-off-by: Dominik Kaszewski Acked-by: Alex Deucher > --- > drivers/gpu/drm/amd/include/amd_shared.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --

Re: [PATCH] drm/amdgpu: Fix typo "acccess" and improve the comment style here

2024-09-24 Thread Alex Deucher
Applied. Thanks! Alex On Fri, Sep 20, 2024 at 2:29 AM Christian König wrote: > > Am 20.09.24 um 04:27 schrieb WangYuli: > > There are some spelling mistakes of 'acccess' in comments which > > should be instead of 'access'. > > > > And the comment style should be like this: > > /* > >* Tex

Re: [PATCH] drm/amdgpu: Fix typo "acccess" and improve the comment style here

2024-09-19 Thread Christian König
Am 20.09.24 um 04:27 schrieb WangYuli: There are some spelling mistakes of 'acccess' in comments which should be instead of 'access'. And the comment style should be like this: /* * Text * Text */ Suggested-by: Christian König Link: https://lore.kernel.org/all/f75fbe30-528e-404f-97e

RE: [PATCH] drm/amdgpu: fix typo in amdgpu_ras_aca_sysfs_read() function

2024-05-27 Thread Zhou1, Tao
[AMD Official Use Only - AMD Internal Distribution Only] Reviewed-by: Tao Zhou > -Original Message- > From: Wang, Yang(Kevin) > Sent: Monday, May 27, 2024 3:47 PM > To: amd-gfx@lists.freedesktop.org > Cc: Zhang, Hawking ; Zhou1, Tao > ; Chai, Thomas > Subject: [PATCH] drm/amdgpu: fix t

Re: [PATCH] drm/amdgpu: fix typo in parameter description

2024-02-01 Thread Christian König
Am 11.01.24 um 16:58 schrieb Alex Deucher: Missing space. Signed-off-by: Alex Deucher Reviewed-by: Christian König And sorry that this took so long. I'm still trying to catch up to my mails. Christian. --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 +- 1 file changed, 1 insertion(+),

RE: [PATCH] drm/amdgpu: fix typo for amdgpu ras error data print

2023-10-19 Thread Li, Candice
[AMD Official Use Only - General] Reviewed-by: Candice Li Thanks, Candice -Original Message- From: amd-gfx On Behalf Of Yang Wang Sent: Thursday, October 19, 2023 3:15 PM To: amd-gfx@lists.freedesktop.org Cc: Wang, Yang(Kevin) ; Zhang, Hawking Subject: [PATCH] drm/amdgpu: fix typo

Re: [PATCH] drm/amdgpu: fix typo

2022-04-26 Thread Alex Deucher
Applied. Thanks! On Tue, Apr 26, 2022 at 8:56 AM clement wei wrote: > > From: Rongguang Wei > > Fix spelling mistake: > "differnt" -> "different" > "commond" -> "common" > > Signed-off-by: Rongguang Wei > --- > drivers/gpu/drm/amd/include/atombios.h | 2 +- > 1 file changed,

RE: [PATCH] drm/amdgpu: fix typo in amdgpu_discovery.c

2022-02-22 Thread Chen, Guchun
Reviewed-by: Guchun Chen Regards, Guchun -Original Message- From: amd-gfx On Behalf Of Alex Deucher Sent: Wednesday, February 23, 2022 4:57 AM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander Subject: [PATCH] drm/amdgpu: fix typo in amdgpu_discovery.c disocvery -> discovery S

Re: [PATCH] drm/amdgpu: Fix typo in *whether* in comment

2022-02-21 Thread Alex Deucher
Applied. Thanks! On Fri, Feb 18, 2022 at 11:56 PM Paul Menzel wrote: > > Signed-off-by: Paul Menzel > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c > b/drivers/gpu/drm/amd/amdgpu/a

Re: [PATCH] drm/amdgpu: fix typo

2021-05-24 Thread Alex Deucher
Applied. Thanks! Alex On Mon, May 24, 2021 at 3:45 AM wrote: > > From: "tony.huang_cp" > > change 'interupt' to 'interrupt' > > Signed-off-by: tony.huang_cp > --- > drivers/gpu/drm/amd/amdgpu/uvd_v3_1.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/

Re: [PATCH] drm/amdgpu: Fix typo in amdgpu_vmid_mgr_init

2018-10-12 Thread Christian König
Am 12.10.2018 um 16:41 schrieb Rex Zhu: Signed-off-by: Rex Zhu Good catch, but we need a commit message. With that added the patch is Reviewed-by: Christian König . Christian. --- drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH] drm/amdgpu: fix typo in amdgpu_mn.c comments

2018-06-13 Thread Christian König
Am 13.06.2018 um 16:56 schrieb Slava Abramov: In doc comments for struct amdgpu_mn: destrution -> destruction Signed-off-by: Slava Abramov Good catch, Reviewed-by: Christian König . --- drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

Re: [PATCH] drm/amdgpu: fix typo of domain fallback

2018-03-23 Thread Christian König
Am 23.03.2018 um 11:43 schrieb Chunming Zhou: Change-Id: I71c01f1526db785463af0ba3747fbd2ab8291d1f Signed-off-by: Chunming Zhou Ups, patch is Reviewed-by: Christian König . --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d

RE: [PATCH] drm/amdgpu: fix typo in amdgpu_vce_validate_bo

2018-01-16 Thread Deng, Emily
Reviewed-by: Deng, Emily > -Original Message- > From: Andy Furniss [mailto:adf.li...@gmail.com] > Sent: Wednesday, January 17, 2018 2:06 AM > To: Christian König ; amd- > g...@lists.freedesktop.org; Deng, Emily > Subject: Re: [PATCH] drm/amdgpu: fix typo in amdg

Re: [PATCH] drm/amdgpu: fix typo in amdgpu_vce_validate_bo

2018-01-16 Thread Andy Furniss
Christian König wrote: Otherwise buffer placement is very restrictive and might fail. Fixes: "drm/amdgpu: fix VCE buffer placement restrictions v2" Signed-off-by: Christian König Reported-by: Deng, Emily --- drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c | 4 ++-- 1 file changed, 2 insertions(+),

Re: [PATCH] drm/amdgpu: fix typo in amdgpu_vce_validate_bo

2018-01-16 Thread Michel Dänzer
On 2018-01-16 11:03 AM, Christian König wrote: > Otherwise buffer placement is very restrictive and might fail. > > Fixes: "drm/amdgpu: fix VCE buffer placement restrictions v2" > > Signed-off-by: Christian König > Reported-by: Deng, Emily > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c | 4 ++

Re: [PATCH] drm/amdgpu: fix typo in amdgpu_debugfs_test_ib_init

2017-06-21 Thread Alex Deucher
On Wed, Jun 21, 2017 at 5:51 PM, Arnd Bergmann wrote: > The debugfs interface has calls a function that was evidently > defined under the wrong name in some configurations: > > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:64:12: error: > 'amdgpu_debugfs_test_ib_ring_init' used but never defined [-W

RE: [PATCH] drm/amdgpu: fix typo of CGTS

2017-01-11 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Huang Rui > Sent: Tuesday, January 10, 2017 9:31 PM > To: amd-gfx@lists.freedesktop.org > Cc: StDenis, Tom; Huang, Ray > Subject: [PATCH] drm/amdgpu: fix typo of CGTS > > Fixes: 9e8590861e9 (

Re: [PATCH] drm/amdgpu: fix typo of CGTS

2017-01-11 Thread StDenis, Tom
Reviewed-by: Tom St Denis From: amd-gfx on behalf of Huang Rui Sent: Tuesday, January 10, 2017 21:30 To: amd-gfx@lists.freedesktop.org Cc: StDenis, Tom; Huang, Ray Subject: [PATCH] drm/amdgpu: fix typo of CGTS Fixes: 9e8590861e9 ('drm/amdgpu: add parse clock