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 user specified gfx clock ranges

Enable user specified gfx clock ranges for smu_15_0_8

Signed-off-by: Asad Kamal <asad.kamal@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Asad Kamal and committed by
Alex Deucher
7aaa09ab df4929d7

+1
+1
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
··· 805 805 break; 806 806 case IP_VERSION(15, 0, 8): 807 807 smu_v15_0_8_set_ppt_funcs(smu); 808 + smu->od_enabled = true; 808 809 break; 809 810 default: 810 811 return -EINVAL;