Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/radeon: fix si_enable_smc_cac() failed issue

Need to set the dte flag on this asic.

Port the fix from amdgpu:
5cb818b861be114 ("drm/amd/amdgpu: fix si_enable_smc_cac() failed issue")

Reviewed-by: Yong Zhao <yong.zhao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

+1
+1
drivers/gpu/drm/radeon/si_dpm.c
··· 1958 1958 case 0x682C: 1959 1959 si_pi->cac_weights = cac_weights_cape_verde_pro; 1960 1960 si_pi->dte_data = dte_data_sun_xt; 1961 + update_dte_from_pl2 = true; 1961 1962 break; 1962 1963 case 0x6825: 1963 1964 case 0x6827: