Re: [PATCH v4 00/11] Preemption support for A7XX

2024-10-22 Thread Rob Clark
On Fri, Sep 20, 2024 at 9:15 AM Akhil P Oommen wrote: > > On Wed, Sep 18, 2024 at 08:39:30AM -0700, Rob Clark wrote: > > On Wed, Sep 18, 2024 at 12:46 AM Neil Armstrong > > wrote: > > > > > > Hi, > > > > > > On 17/09/2024 13:14, Antonino Maniscalco wrote: > > > > This series implements preemption

Re: [PATCH 0/6] drm/bridge: add ycbcr_420_allowed support

2024-10-22 Thread neil . armstrong
On 21/10/2024 20:22, Dmitry Baryshkov wrote: On Mon, 21 Oct 2024 at 15:32, Neil Armstrong wrote: Hi, On 18/10/2024 23:49, Dmitry Baryshkov wrote: One of the features that drm_bridge_connector can't handle currently is setting of the ycbcr_420_allowed flag on the connector. Add the flag to th

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

2024-10-22 Thread Bryan O'Donoghue
On 21/10/2024 12:53, 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