[PATCH Review 1/1] drm/amdgpu: fix smu not match warning

Lazar, Lijo lijo.lazar at amd.com
Tue Nov 16 07:49:19 UTC 2021



On 11/16/2021 1:13 PM, Stanley.Yang wrote:
> update smu driver if version to avoid mismatch log
> 
> Change-Id: I97f2bc4ed9a9cba313b744e2ff6812c90b244935
> Signed-off-by: Stanley.Yang <Stanley.Yang at amd.com>
> ---
>   drivers/gpu/drm/amd/pm/inc/smu_v13_0.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/pm/inc/smu_v13_0.h b/drivers/gpu/drm/amd/pm/inc/smu_v13_0.h
> index e5d3b0d1a032..2e35885c7287 100644
> --- a/drivers/gpu/drm/amd/pm/inc/smu_v13_0.h
> +++ b/drivers/gpu/drm/amd/pm/inc/smu_v13_0.h
> @@ -27,7 +27,7 @@
>   
>   #define SMU13_DRIVER_IF_VERSION_INV 0xFFFFFFFF
>   #define SMU13_DRIVER_IF_VERSION_YELLOW_CARP 0x04
> -#define SMU13_DRIVER_IF_VERSION_ALDE 0x07
> +#define SMU13_DRIVER_IF_VERSION_ALDE 0x08
>

This is not an independent change, it should go along with a change in 
interface file. Please post the changes in smu13_driver_if_aldebaran.h 
along with this as one patch.

Thanks,
Lijo

>   /* MP Apertures */
>   #define MP0_Public			0x03800000
> 


More information about the amd-gfx mailing list