[PATCH] drm/amdgpu/powerplay/vega10: fix typo in register base index

Felix Kuehling felix.kuehling at amd.com
Thu Aug 24 20:50:40 UTC 2017


Reviewed-by: Felix Kuehling <Felix.Kuehling at amd.com>


On 2017-08-24 04:09 PM, Alex Deucher wrote:
> Probably a copy pasta.  No functional difference, both have
> the same value.
>
> Reported-by: Michael von Khurja <mvonkhurja at techpowerup.com>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
> ---
>  drivers/gpu/drm/amd/powerplay/hwmgr/vega10_thermal.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_thermal.c b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_thermal.c
> index d442434..d8551ae 100644
> --- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_thermal.c
> +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_thermal.c
> @@ -374,7 +374,7 @@ int vega10_thermal_get_temperature(struct pp_hwmgr *hwmgr)
>  	uint32_t reg;
>  
>  	reg = soc15_get_register_offset(THM_HWID, 0,
> -			mmCG_TACH_STATUS_BASE_IDX,  mmCG_MULT_THERMAL_STATUS);
> +			mmCG_MULT_THERMAL_STATUS_BASE_IDX,  mmCG_MULT_THERMAL_STATUS);
>  
>  	temp = cgs_read_register(hwmgr->device, reg);
>  



More information about the amd-gfx mailing list