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>
Wed, 16 Feb 2022 22:30:03 +0000 (17:30 -0500)
commitdbc38546f6b54cc668be650331ff84b6680acec4
tree1e3c03e4f8b78d28c476c33edc5581d3984c8a02
parent3da862a726c55f1de9a16defa8fb7ff3e9380c01
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.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c