mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
drm/amd/powerplay: disable gfxoff for navi14
gfxoff doesn't work on navi14 yet, so disable it for now Signed-off-by: Xiaojie Yuan <xiaojie.yuan@amd.com> Reviewed-by: Jack Xiao <Jack.Xiao@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
03917df7e5
commit
e017bb8035
|
|
@ -559,6 +559,9 @@ static int smu_early_init(void *handle)
|
|||
smu->pm_enabled = !!amdgpu_dpm;
|
||||
mutex_init(&smu->mutex);
|
||||
|
||||
if (adev->asic_type == CHIP_NAVI14)
|
||||
adev->pm.pp_feature &= ~PP_GFXOFF_MASK;
|
||||
|
||||
return smu_set_funcs(adev);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user