Skip to content

Commit 4411782

Browse files
committed
Merge tag 'amd-drm-fixes-6.6-2023-10-25' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
amd-drm-fixes-6.6-2023-10-25: amdgpu: - Extend VI APSM quirks to more platforms Signed-off-by: Dave Airlie <[email protected]> From: Alex Deucher <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
2 parents 5679dd2 + 64ffd2f commit 4411782

File tree

1 file changed

+1
-1
lines changed
  • drivers/gpu/drm/amd/amdgpu

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/amdgpu/vi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ static void vi_program_aspm(struct amdgpu_device *adev)
11241124
bool bL1SS = false;
11251125
bool bClkReqSupport = true;
11261126

1127-
if (!amdgpu_device_should_use_aspm(adev) || !amdgpu_device_aspm_support_quirk())
1127+
if (!amdgpu_device_should_use_aspm(adev) || !amdgpu_device_pcie_dynamic_switching_supported())
11281128
return;
11291129

11301130
if (adev->flags & AMD_IS_APU ||

0 commit comments

Comments
 (0)