Re: [PATCH 3/3] drm/amd: Drop calls for checking "support" for BACO/BOCO/PX

2023-11-29 Thread Alex Deucher
On Wed, Nov 29, 2023 at 6:17 AM Lazar, Lijo wrote: > > > > On 11/29/2023 12:22 AM, Mario Limonciello wrote: > > As the module parameter can be used to control behavior, all parts > > of the driver should obey what has been programmed by user or > > detected by auto mode rather than what "can" be s

Re: [PATCH 3/3] drm/amd: Drop calls for checking "support" for BACO/BOCO/PX

2023-11-29 Thread Lazar, Lijo
On 11/29/2023 12:22 AM, Mario Limonciello wrote: As the module parameter can be used to control behavior, all parts of the driver should obey what has been programmed by user or detected by auto mode rather than what "can" be supported. This is also not correct. You can very well disable ru

[PATCH 3/3] drm/amd: Drop calls for checking "support" for BACO/BOCO/PX

2023-11-28 Thread Mario Limonciello
As the module parameter can be used to control behavior, all parts of the driver should obey what has been programmed by user or detected by auto mode rather than what "can" be supported. Drop calls to all functions that check for BACO/BOCO/PX runpm modes and instead use the variable that is progr