[PATCH 2/2] fixing typo in function name
Ozgur Kara
ozgur at goosey.org
Sat May 17 03:53:52 UTC 2025
Jihed Chaibi <jihed.chaibi.dev at gmail.com>, 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 Chaibi <jihed.chaibi.dev at gmail.com>
> ---
> 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/gpu/drm/radeon/atombios.h
> index 2db407892..b961096a4 100644
> --- a/drivers/gpu/drm/radeon/atombios.h
> +++ b/drivers/gpu/drm/radeon/atombios.h
> @@ -5072,7 +5072,7 @@ typedef struct _ATOM_INTEGRATED_SYSTEM_INFO_V1_7
> #define SYS_INFO_GPUCAPS__TMDSHDMI_COHERENT_SINGLEPLL_MODE 0x01
> #define SYS_INFO_GPUCAPS__DP_SINGLEPLL_MODE 0x02
> #define SYS_INFO_GPUCAPS__DISABLE_AUX_MODE_DETECT 0x08
> -#define SYS_INFO_GPUCAPS__ENABEL_DFS_BYPASS 0x10
> +#define SYS_INFO_GPUCAPS__ENABLE_DFS_BYPASS 0x10
>
> /**********************************************************************************************************************
> ATOM_INTEGRATED_SYSTEM_INFO_V1_7 Description
> diff --git a/drivers/gpu/drm/radeon/kv_dpm.c b/drivers/gpu/drm/radeon/kv_dpm.c
> index 55dbf450b..4aa050385 100644
> --- a/drivers/gpu/drm/radeon/kv_dpm.c
> +++ b/drivers/gpu/drm/radeon/kv_dpm.c
> @@ -2329,7 +2329,7 @@ static int kv_parse_sys_info_table(struct radeon_device *rdev)
> le32_to_cpu(igp_info->info_8.ulNbpStateNClkFreq[i]);
> }
> if (le32_to_cpu(igp_info->info_8.ulGPUCapInfo) &
> - SYS_INFO_GPUCAPS__ENABEL_DFS_BYPASS)
> + SYS_INFO_GPUCAPS__ENABLE_DFS_BYPASS)
> pi->caps_enable_dfs_bypass = true;
>
> sumo_construct_sclk_voltage_mapping_table(rdev,
> --
> 2.39.5
>
>
>
More information about the amd-gfx
mailing list