drm/amdgpu: only check for _PR3 on dGPUs
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Jan 2022 20:04:54 +0000 (15:04 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Mar 2022 18:34:41 +0000 (14:34 -0400)
commit85ac2021fe3ace59cc0afd6edf005abad35625b0
tree779d2a0b976eb8122f606dd85708434ceb0f9af8
parenta29d44aea1aef0bc58d4951f2ddbe5b22d9a2e94
drm/amdgpu: only check for _PR3 on dGPUs

We don't support runtime pm on APUs.  They support more
dynamic power savings using clock and powergating.

Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Tested-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c