We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5679dd2 + 64ffd2f commit 4411782Copy full SHA for 4411782
drivers/gpu/drm/amd/amdgpu/vi.c
@@ -1124,7 +1124,7 @@ static void vi_program_aspm(struct amdgpu_device *adev)
1124
bool bL1SS = false;
1125
bool bClkReqSupport = true;
1126
1127
- if (!amdgpu_device_should_use_aspm(adev) || !amdgpu_device_aspm_support_quirk())
+ if (!amdgpu_device_should_use_aspm(adev) || !amdgpu_device_pcie_dynamic_switching_supported())
1128
return;
1129
1130
if (adev->flags & AMD_IS_APU ||
0 commit comments