Re: Allow setting a power cap that's lower than recommended

2024-05-03 Thread Mario Limonciello
On 5/3/2024 07:05, fililip wrote: This patch allows setting a low power cap if |ignore_min_pcap|​ is set to 1. Signed-off-by: fililip Rather than an attachment you should send the patch inline. That would mean that your commit message and SoB should be at the top of the patch itself. If

Re: Allow setting a power cap that's lower than recommended

2024-05-03 Thread Alex Deucher
On Fri, May 3, 2024 at 9:27 AM fililip wrote: > > This patch allows setting a low power cap if ignore_min_pcap is set to 1. > > Signed-off-by: fililip Please generate a proper signed off git patch and use git-send-email to send it out. Also, I don't want to add more module parameters. Alex

Allow setting a power cap that's lower than recommended

2024-05-03 Thread fililip
This patch allows setting a low power cap if ignore_min_pcap​ is set to 1. Signed-off-by: fililip diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 50f57d4dfd8f..b83697b75221 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++