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.

drm/amd/pm: enable VR0 HOT support for SMU 13.0.0

Enable VR0 Hot support for SMU 13.0.0.

Signed-off-by: Evan Quan <evan.quan@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Evan Quan and committed by
Alex Deucher
1d318200 d7f0c8af

+2
+2
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c
··· 308 308 309 309 *(uint64_t *)feature_mask |= FEATURE_MASK(FEATURE_DS_UCLK_BIT); 310 310 311 + *(uint64_t *)feature_mask |= FEATURE_MASK(FEATURE_VR0HOT_BIT); 312 + 311 313 return 0; 312 314 } 313 315