Re: [PATCH 13/15] platform/x86/amd/pmf: Add PMF-AMDGPU set interface

2023-09-27 Thread Shyam Sundar S K
Hi Hans, On 9/27/2023 6:34 PM, Hans de Goede wrote: > HI, > > On 9/26/23 15:17, Christian König wrote: >> Am 26.09.23 um 14:56 schrieb Hans de Goede: >>> Hi, >>> >>> On 9/26/23 13:24, Shyam Sundar S K wrote: Hi Hans, On 9/26/2023 4:05 PM, Hans de Goede wrote: > Hi, > >

Re: [PATCH 13/15] platform/x86/amd/pmf: Add PMF-AMDGPU set interface

2023-09-27 Thread Ilpo Järvinen
On Fri, 22 Sep 2023, Shyam Sundar S K wrote: > For the Smart PC Solution to fully work, it has to enact to the actions > coming from TA. Add the initial code path for set interface to AMDGPU. > > Co-developed-by: Mario Limonciello > Signed-off-by: Mario Limonciello > Signed-off-by: Shyam

Re: [PATCH 13/15] platform/x86/amd/pmf: Add PMF-AMDGPU set interface

2023-09-27 Thread Hans de Goede
HI, On 9/26/23 15:17, Christian König wrote: > Am 26.09.23 um 14:56 schrieb Hans de Goede: >> Hi, >> >> On 9/26/23 13:24, Shyam Sundar S K wrote: >>> Hi Hans, >>> >>> On 9/26/2023 4:05 PM, Hans de Goede wrote: Hi, On 9/22/23 19:50, Shyam Sundar S K wrote: > For the Smart PC

Re: [PATCH 13/15] platform/x86/amd/pmf: Add PMF-AMDGPU set interface

2023-09-26 Thread Shyam Sundar S K
Hi Christian, On 9/26/2023 6:47 PM, Christian König wrote: > Am 26.09.23 um 14:56 schrieb Hans de Goede: >> Hi, >> >> On 9/26/23 13:24, Shyam Sundar S K wrote: >>> Hi Hans, >>> >>> On 9/26/2023 4:05 PM, Hans de Goede wrote: Hi, On 9/22/23 19:50, Shyam Sundar S K wrote: > For

Re: [PATCH 13/15] platform/x86/amd/pmf: Add PMF-AMDGPU set interface

2023-09-26 Thread Christian König
Am 26.09.23 um 14:56 schrieb Hans de Goede: Hi, On 9/26/23 13:24, Shyam Sundar S K wrote: Hi Hans, On 9/26/2023 4:05 PM, Hans de Goede wrote: Hi, On 9/22/23 19:50, Shyam Sundar S K wrote: For the Smart PC Solution to fully work, it has to enact to the actions coming from TA. Add the

Re: [PATCH 13/15] platform/x86/amd/pmf: Add PMF-AMDGPU set interface

2023-09-26 Thread Hans de Goede
Hi, On 9/26/23 13:24, Shyam Sundar S K wrote: > Hi Hans, > > On 9/26/2023 4:05 PM, Hans de Goede wrote: >> Hi, >> >> On 9/22/23 19:50, Shyam Sundar S K wrote: >>> For the Smart PC Solution to fully work, it has to enact to the actions >>> coming from TA. Add the initial code path for set

Re: [PATCH 13/15] platform/x86/amd/pmf: Add PMF-AMDGPU set interface

2023-09-26 Thread Hans de Goede
Hi, On 9/22/23 19:50, Shyam Sundar S K wrote: > For the Smart PC Solution to fully work, it has to enact to the actions > coming from TA. Add the initial code path for set interface to AMDGPU. > > Co-developed-by: Mario Limonciello > Signed-off-by: Mario Limonciello > Signed-off-by: Shyam

Re: [PATCH 13/15] platform/x86/amd/pmf: Add PMF-AMDGPU set interface

2023-09-26 Thread Shyam Sundar S K
Hi Hans, On 9/26/2023 4:05 PM, Hans de Goede wrote: > Hi, > > On 9/22/23 19:50, Shyam Sundar S K wrote: >> For the Smart PC Solution to fully work, it has to enact to the actions >> coming from TA. Add the initial code path for set interface to AMDGPU. >> >> Co-developed-by: Mario Limonciello

Re: [PATCH 13/15] platform/x86/amd/pmf: Add PMF-AMDGPU set interface

2023-09-26 Thread Shyam Sundar S K
> Cc: S-k, Shyam-sundar ; amd- >>> g...@lists.freedesktop.org; platform-driver-...@vger.kernel.org; dri- >>> de...@lists.freedesktop.org; Patil Rajesh ; >>> linux- >>> in...@vger.kernel.org; Limonciello, Mario >>> Subject: [PATCH 13/15] platform/x86/amd/pmf: Add

Re: [PATCH 13/15] platform/x86/amd/pmf: Add PMF-AMDGPU set interface

2023-09-26 Thread Shyam Sundar S K
>> de...@lists.freedesktop.org; Patil Rajesh ; linux- >> in...@vger.kernel.org; Limonciello, Mario >> Subject: [PATCH 13/15] platform/x86/amd/pmf: Add PMF-AMDGPU set >> interface >> >> For the Smart PC Solution to fully work, it has to enact to the actions >&

Re: [PATCH 13/15] platform/x86/amd/pmf: Add PMF-AMDGPU set interface

2023-09-25 Thread Mario Limonciello
] platform/x86/amd/pmf: Add PMF-AMDGPU set interface For the Smart PC Solution to fully work, it has to enact to the actions coming from TA. Add the initial code path for set interface to AMDGPU. This seems to be limited to backlight at this point. What does setting or not setting the backlight

RE: [PATCH 13/15] platform/x86/amd/pmf: Add PMF-AMDGPU set interface

2023-09-25 Thread Deucher, Alexander
> ; Koenig, Christian > ; Pan, Xinhui ; > airl...@gmail.com; dan...@ffwll.ch > Cc: S-k, Shyam-sundar ; amd- > g...@lists.freedesktop.org; platform-driver-...@vger.kernel.org; dri- > de...@lists.freedesktop.org; Patil Rajesh ; linux- > in...@vger.kernel.org; Limonciello, Mario >

[PATCH 13/15] platform/x86/amd/pmf: Add PMF-AMDGPU set interface

2023-09-22 Thread Shyam Sundar S K
For the Smart PC Solution to fully work, it has to enact to the actions coming from TA. Add the initial code path for set interface to AMDGPU. Co-developed-by: Mario Limonciello Signed-off-by: Mario Limonciello Signed-off-by: Shyam Sundar S K --- drivers/gpu/drm/amd/amdgpu/amdgpu_pmf.c | 21