![]() Due to high latency in PCIE clock switching on RKL platforms,
switching the PCIE clock dynamically at runtime can lead to HDMI/DP
audio problems. On newer asics this is handled in the SMU firmware.
For SMU7-based asics, disable PCIE clock switching to avoid the issue.
AMD provide a parameter to disable PICE_DPM.
modprobe amdgpu ppfeaturemask=0xfff7bffb
It's better to contorl PCIE_DPM in amd gpu driver,
switch PCI_DPM by determining intel RKL platform for SMU7-based asics.
Fixes:
|
||
---|---|---|
.. | ||
hwmgr | ||
smumgr | ||
Makefile | ||
amd_powerplay.c | ||
cik_dpm.h | ||
kv_dpm.c | ||
kv_dpm.h | ||
kv_smc.c | ||
ppsmc.h | ||
r600_dpm.h | ||
si_dpm.c | ||
si_dpm.h | ||
si_smc.c | ||
sislands_smc.h |