diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-11-13 06:00:59 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-11-13 06:00:59 +0000 |
commit | 4729440e8176230442e2a24785d95d288a43a63e (patch) | |
tree | d2f67941f626d28b83da1e35dd31dcb314dcede6 /sys | |
parent | e411c29fd4a00be8e19674b7e83886e19c481466 (diff) |
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
Diffstat (limited to 'sys')
-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: |