diff options
author | 2019-11-13 06:00:58 +0000 | |
---|---|---|
committer | 2019-11-13 06:00:58 +0000 | |
commit | 39385a27d3065450c77d93b2aff93d04e401eab5 (patch) | |
tree | eb1120e32934bb0404c7e832479ebd495d7995fc | |
parent | remove size_t gl_pathc < 0 test, it is invalid. the return value from (diff) | |
download | wireguard-openbsd-39385a27d3065450c77d93b2aff93d04e401eab5.tar.xz wireguard-openbsd-39385a27d3065450c77d93b2aff93d04e401eab5.zip |
drm/radeon: fix si_enable_smc_cac() failed issue
From Alex Deucher
e3fdd0c1a3d0d15d3367216e60304ca28475f66b in linux 4.19.y/4.19.84
2c409ba81be25516afe05ae27a4a15da01740b01 in mainline linux
-rw-r--r-- | sys/dev/pci/drm/radeon/si_dpm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/radeon/si_dpm.c b/sys/dev/pci/drm/radeon/si_dpm.c index 0a785ef0ab6..db2d8b84e13 100644 --- a/sys/dev/pci/drm/radeon/si_dpm.c +++ b/sys/dev/pci/drm/radeon/si_dpm.c @@ -1956,6 +1956,7 @@ static void si_initialize_powertune_defaults(struct radeon_device *rdev) case 0x682C: si_pi->cac_weights = cac_weights_cape_verde_pro; si_pi->dte_data = dte_data_sun_xt; + update_dte_from_pl2 = true; break; case 0x6825: case 0x6827: |