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

Configure Feed

Select the types of activity you want to include in your feed.

drivers/amd/pm: drop statement to print FW version for smu_v13

Update smu_v13 to match smu_v12 and smu_v11 behavior where this is
fetched from debugfs rather than in kernel logs on every boot.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Mario Limonciello and committed by
Alex Deucher
ff7ac852 6f072a84

-3
-3
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c
··· 227 227 break; 228 228 } 229 229 230 - dev_info(smu->adev->dev, "smu fw reported version = 0x%08x (%d.%d.%d)\n", 231 - smu_version, smu_major, smu_minor, smu_debug); 232 - 233 230 /* 234 231 * 1. if_version mismatch is not critical as our fw is designed 235 232 * to be backward compatible.