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>
Fri, 25 Feb 2022 16:51:18 +0000 (11:51 -0500)
commit07188f550f4d41ba504bc4cfbeffe3025a5da7e1
treef3bea213c666281e6c597802f73f406c931e941d
parent263695371742804f01a83312824b3500d63f1643
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