drm/amd: Use amdgpu_device_should_use_aspm on navi umd pstate switching
authorMario Limonciello <mario.limonciello@amd.com>
Thu, 17 Feb 2022 05:30:21 +0000 (23:30 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 17 Feb 2022 20:59:05 +0000 (15:59 -0500)
commitd01899d3db2a553268dd4bc03641d9e80e41d67a
tree463c490773d78568de3b20282f9b49da4d53eb65
parent0ab5d711ec74d9e60673900974806b7688857947
drm/amd: Use amdgpu_device_should_use_aspm on navi umd pstate switching

The `program_aspm` callback is already guarded for aspm, but the
`enable_aspm` callback doesn't follow the module parameter.

Update it to use the helper `amdgpu_device_should_use_aspm`.

Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/nv.c