Re: [PATCH RFC 1/3] drm/msm/adreno: Add support for ACD

2024-11-07 Thread Akhil P Oommen
On 11/7/2024 8:01 PM, neil.armstr...@linaro.org wrote: > On 07/11/2024 13:46, Akhil P Oommen wrote: >> On 11/7/2024 2:25 PM, neil.armstr...@linaro.org wrote: >>> On 06/11/2024 02:44, Akhil P Oommen wrote: On 11/4/2024 9:14 PM, neil.armstr...@linaro.org wrote: > On 11/10/2024 22:29, Akhil P

Re: [PATCH RFC 1/3] drm/msm/adreno: Add support for ACD

2024-11-07 Thread Akhil P Oommen
On 11/7/2024 2:25 PM, neil.armstr...@linaro.org wrote: > On 06/11/2024 02:44, Akhil P Oommen wrote: >> On 11/4/2024 9:14 PM, neil.armstr...@linaro.org wrote: >>> On 11/10/2024 22:29, Akhil P Oommen wrote: ACD a.k.a Adaptive Clock Distribution is a feature which helps to reduce the po

Re: [PATCH RFC 1/3] drm/msm/adreno: Add support for ACD

2024-11-07 Thread neil . armstrong
On 07/11/2024 13:46, Akhil P Oommen wrote: On 11/7/2024 2:25 PM, neil.armstr...@linaro.org wrote: On 06/11/2024 02:44, Akhil P Oommen wrote: On 11/4/2024 9:14 PM, neil.armstr...@linaro.org wrote: On 11/10/2024 22:29, Akhil P Oommen wrote: ACD a.k.a Adaptive Clock Distribution is a feature whi

Re: [PATCH RFC 1/3] drm/msm/adreno: Add support for ACD

2024-11-07 Thread neil . armstrong
On 06/11/2024 02:44, Akhil P Oommen wrote: On 11/4/2024 9:14 PM, neil.armstr...@linaro.org wrote: On 11/10/2024 22:29, Akhil P Oommen wrote: ACD a.k.a Adaptive Clock Distribution is a feature which helps to reduce the power consumption. In some chipsets, it is also a requirement to support high

Re: [PATCH RFC 1/3] drm/msm/adreno: Add support for ACD

2024-11-05 Thread Akhil P Oommen
On 11/4/2024 9:14 PM, neil.armstr...@linaro.org wrote: > On 11/10/2024 22:29, Akhil P Oommen wrote: >> ACD a.k.a Adaptive Clock Distribution is a feature which helps to reduce >> the power consumption. In some chipsets, it is also a requirement to >> support higher GPU frequencies. This patch adds

Re: [PATCH RFC 1/3] drm/msm/adreno: Add support for ACD

2024-11-04 Thread neil . armstrong
On 11/10/2024 22:29, Akhil P Oommen wrote: ACD a.k.a Adaptive Clock Distribution is a feature which helps to reduce the power consumption. In some chipsets, it is also a requirement to support higher GPU frequencies. This patch adds support for GPU ACD by sending necessary data to GMU and AOSS. T

Re: [PATCH RFC 1/3] drm/msm/adreno: Add support for ACD

2024-11-04 Thread Konrad Dybcio
On 22.10.2024 12:09 AM, Akhil P Oommen wrote: > On Mon, Oct 21, 2024 at 11:38:41AM +0200, Konrad Dybcio wrote: >> On 11.10.2024 10:29 PM, Akhil P Oommen wrote: >>> ACD a.k.a Adaptive Clock Distribution is a feature which helps to reduce >>> the power consumption. In some chipsets, it is also a requ

Re: [PATCH RFC 1/3] drm/msm/adreno: Add support for ACD

2024-10-21 Thread Akhil P Oommen
On Mon, Oct 21, 2024 at 11:38:41AM +0200, Konrad Dybcio wrote: > On 11.10.2024 10:29 PM, Akhil P Oommen wrote: > > ACD a.k.a Adaptive Clock Distribution is a feature which helps to reduce > > the power consumption. In some chipsets, it is also a requirement to > > support higher GPU frequencies. Th

Re: [PATCH RFC 1/3] drm/msm/adreno: Add support for ACD

2024-10-21 Thread Konrad Dybcio
On 11.10.2024 10:29 PM, Akhil P Oommen wrote: > ACD a.k.a Adaptive Clock Distribution is a feature which helps to reduce > the power consumption. In some chipsets, it is also a requirement to > support higher GPU frequencies. This patch adds support for GPU ACD by > sending necessary data to GMU an

[PATCH RFC 1/3] drm/msm/adreno: Add support for ACD

2024-10-11 Thread Akhil P Oommen
ACD a.k.a Adaptive Clock Distribution is a feature which helps to reduce the power consumption. In some chipsets, it is also a requirement to support higher GPU frequencies. This patch adds support for GPU ACD by sending necessary data to GMU and AOSS. The feature support for the chipset is detecte