Re: [PATCH v3 10/15] drm/msm/dpu: Add pipe as trace argument

2024-12-31 Thread Jun Nie
Dmitry Baryshkov 于2024年12月20日周五 06:29写道: > > On Thu, Dec 19, 2024 at 03:49:28PM +0800, Jun Nie wrote: > > Add pipe as trace argument to ease converting pipe into > > pipe array later. > > Isn't it already converted in on of the previous patches? Also you are > adding it to a particular trace fun

Re: [PATCH v3 10/15] drm/msm/dpu: Add pipe as trace argument

2024-12-31 Thread Dmitry Baryshkov
On Tue, 31 Dec 2024 at 15:24, Jun Nie wrote: > > Dmitry Baryshkov 于2024年12月20日周五 06:29写道: > > > > > > On Thu, Dec 19, 2024 at 03:49:28PM +0800, Jun Nie wrote: > > > Add pipe as trace argument to ease converting pipe into > > > pipe array later. > > > > Isn't it already converted in on of the prev

Re: [PATCH] drm/msm: UAPI error reporting

2024-12-31 Thread Tvrtko Ursulin
On 22/11/2024 15:51, Rob Clark wrote: On Fri, Nov 22, 2024 at 4:21 AM Konrad Dybcio wrote: On 21.11.2024 5:48 PM, Rob Clark wrote: From: Rob Clark Debugging incorrect UAPI usage tends to be a bit painful, so add a helper macro to make it easier to add debug logging which can be enabled at

Re: [PATCH v3 3/6] drm/msm/adreno: Add module param to disable ACD

2024-12-31 Thread Konrad Dybcio
On 30.12.2024 10:11 PM, Akhil P Oommen wrote: > Add a module param to disable ACD which will help to quickly rule it > out for any GPU issues. > > Signed-off-by: Akhil P Oommen > --- Is that something useful during internal development, or do we see ACD causing issues in the wild? If the latter

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

Re: [PATCH v3 4/6] dt-bindings: opp: Add v2-qcom-adreno vendor bindings

2024-12-31 Thread Konrad Dybcio
On 30.12.2024 11:25 PM, Rob Herring (Arm) wrote: > > On Tue, 31 Dec 2024 02:41:05 +0530, Akhil P Oommen wrote: >> Add a new schema which extends opp-v2 to support a new vendor specific >> property required for Adreno GPUs found in Qualcomm's SoCs. The new >> property called "qcom,opp-acd-level" ca