Re: [PATCH] drm/amd: Add missing definitions for `SMU_MAX_LEVELS_VDDGFX`

2023-12-15 Thread Deucher, Alexander
[Public] VDDGFX should be matched to VDDC (e.g, SMU7_MAX_LEVELS_VDDC). Alex From: amd-gfx on behalf of Mario Limonciello Sent: Thursday, December 14, 2023 4:11 PM To: amd-gfx@lists.freedesktop.org Cc: Limonciello, Mario Subject: [PATCH] drm/amd: Add missing

[PATCH] drm/amd: Add missing definitions for `SMU_MAX_LEVELS_VDDGFX`

2023-12-14 Thread Mario Limonciello
It is reported that on a Topaz dGPU the kernel emits: amdgpu: can't get the mac of 5 This is because there is no definition for max levels of VDDGFX declared for SMU71 or SMU7. There is however an unused definition of VDDNB. Use this to return the max levels for VDDGFX. Link: