Re: [PATCH v3 1/6] drm/msm/adreno: Add support for ACD

2025-01-02 Thread Akhil P Oommen
On 12/31/2024 3:18 PM, neil.armstr...@linaro.org wrote: > On 30/12/2024 22:11, 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 v3 1/6] drm/msm/adreno: Add support for ACD

2024-12-31 Thread neil . armstrong
On 30/12/2024 22:11, 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

[PATCH v3 1/6] drm/msm/adreno: Add support for ACD

2024-12-30 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