Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amd/pm: add unique_id for gfx12

Expose unique_id for gfx12

Signed-off-by: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 16fbc18cb07470cd33fb5f37ad181b51583e6dc0)
Cc: stable@vger.kernel.org # 6.12.x

authored by

Harish Kasiviswanathan and committed by
Alex Deucher
19b53f96 7fc07652

+2
+2
drivers/gpu/drm/amd/pm/amdgpu_pm.c
··· 2421 2421 case IP_VERSION(11, 0, 1): 2422 2422 case IP_VERSION(11, 0, 2): 2423 2423 case IP_VERSION(11, 0, 3): 2424 + case IP_VERSION(12, 0, 0): 2425 + case IP_VERSION(12, 0, 1): 2424 2426 *states = ATTR_STATE_SUPPORTED; 2425 2427 break; 2426 2428 default: