Re: [PATCH 2/2] fixing typo in function name

2025-05-19 Thread Alex Deucher
On Sat, May 17, 2025 at 8:38 AM Jihed Chaibi wrote: > > "ENABLE" is currently misspelled in SYS_INFO_GPUCAPS__ENABEL_DFS_BYPASS > > Signed-off-by: Jihed Chaibi Applied. Thanks! Alex > --- > drivers/gpu/drm/radeon/atombios.h | 2 +- > drivers/gpu/drm/radeon/kv_dpm.c | 2 +- > 2 files change

[PATCH 2/2] fixing typo in function name

2025-05-17 Thread Jihed Chaibi
"ENABLE" is currently misspelled in SYS_INFO_GPUCAPS__ENABEL_DFS_BYPASS Signed-off-by: Jihed Chaibi --- drivers/gpu/drm/radeon/atombios.h | 2 +- drivers/gpu/drm/radeon/kv_dpm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/atombios.h b/drivers/

Re: [PATCH 2/2] fixing typo in function name

2025-05-17 Thread Ozgur Kara
Jihed Chaibi , 17 May 2025 Cmt, 06:09 tarihinde şunu yazdı: > > "ENABLE" is currently misspelled in SYS_INFO_GPUCAPS__ENABEL_DFS_BYPASS > i didnt see this and yes *grph_object_ctrl_defs.h* is exactly what i'm talking about, please ignore my previous email. Regards Ozgur > Signed-off-by: Jihed C