Re: drm/amdgpu: only check for _PR3 on dGPUs

2022-03-09 Thread Limonciello, Mario
On 3/9/2022 14:12, Alex Deucher wrote: We don't support runtime pm on APUs. They support more dynamic power savings using clock and powergating. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[PATCH] drm/amdgpu: only check for _PR3 on dGPUs

2022-03-09 Thread Alex Deucher
We don't support runtime pm on APUs. They support more dynamic power savings using clock and powergating. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device