[Freedreno] [PATCH] dt-bindings: display: Drop unneeded quotes

2023-03-17 Thread Rob Herring
Cleanup bindings dropping unneeded quotes. Once all these are fixed, checking for this can be enabled in yamllint. Signed-off-by: Rob Herring --- .../bindings/auxdisplay/holtek,ht16k33.yaml| 2 +- .../bindings/display/bridge/nxp,ptn3460.yaml | 2 +- .../display/bridge/toshiba,tc358767.ya

[Freedreno] Reminder: Only 2 days left to nominate candidates for the 2023 X.Org Board of Directors Elections

2023-03-17 Thread Ricardo Garcia
Further reminder that the nomination period for the X.Org Board of Director elections finishes in only 2 days, on March 19th. Please send your nominations or self-nominations as soon as possible following the instructions below. Thanks again for your attention. On Mon, 2023-03-13 at 16:27 +0100,

Re: [Freedreno] [Intel-gfx] [PATCH v10 09/15] drm/syncobj: Add deadline support for syncobj waits

2023-03-17 Thread Rob Clark
On Fri, Mar 17, 2023 at 12:08 PM Faith Ekstrand wrote: > > > On Wed, Mar 8, 2023 at 9:54 AM Rob Clark wrote: >> >> From: Rob Clark >> >> Add a new flag to let userspace provide a deadline as a hint for syncobj >> and timeline waits. This gives a hint to the driver signaling the >> backing fence

Re: [Freedreno] [Intel-gfx] [PATCH v10 09/15] drm/syncobj: Add deadline support for syncobj waits

2023-03-17 Thread Faith Ekstrand
On Wed, Mar 8, 2023 at 9:54 AM Rob Clark wrote: > From: Rob Clark > > Add a new flag to let userspace provide a deadline as a hint for syncobj > and timeline waits. This gives a hint to the driver signaling the > backing fences about how soon userspace needs it to compete work, so it > can addj

Re: [Freedreno] [PATCH v10 01/15] dma-buf/dma-fence: Add deadline awareness

2023-03-17 Thread Rob Clark
On Fri, Mar 17, 2023 at 3:23 AM Jonas Ådahl wrote: > > On Thu, Mar 16, 2023 at 09:28:55AM -0700, Rob Clark wrote: > > On Thu, Mar 16, 2023 at 2:26 AM Jonas Ådahl wrote: > > > > > > On Wed, Mar 15, 2023 at 09:19:49AM -0700, Rob Clark wrote: > > > > On Wed, Mar 15, 2023 at 6:53 AM Jonas Ådahl wrot

[Freedreno] [PATCH v6 2/5] arm64: dts: qcom: sm8350: switch to combo usb3/dp phy

2023-03-17 Thread Neil Armstrong
The first QMP PHY is an USB3/DP combo phy, switch to the newly documented bindings and register the clocks to the GCC and DISPCC controllers. Reviewed-by: Dmitry Baryshkov Tested-by: Dmitry Baryshkov #SM8350-HDK Reviewed-by: Konrad Dybcio Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/

Re: [Freedreno] [PATCH v10 01/15] dma-buf/dma-fence: Add deadline awareness

2023-03-17 Thread Sebastian Wick
On Thu, Mar 16, 2023 at 11:59 PM Rob Clark wrote: > > On Thu, Mar 16, 2023 at 3:22 PM Sebastian Wick > wrote: > > > > On Thu, Mar 16, 2023 at 5:29 PM Rob Clark wrote: > > > > > > On Thu, Mar 16, 2023 at 2:26 AM Jonas Ådahl wrote: > > > > > > > > On Wed, Mar 15, 2023 at 09:19:49AM -0700, Rob Cla

[Freedreno] [PATCH v6 0/5] arm64: dts: qcom: add DP Controller to SM8350 & SM8450 DTS

2023-03-17 Thread Neil Armstrong
Switch the QMP PHY to the newly documented USB3/DP Combo PHY bindings at [1] and add the DP controller nodes. The DP output is shared with the USB3 SuperSpeed lanes and is usually connected to an USB-C port which Altmode is controlled by the PMIC Glink infrastructure in discution at [1] & [2]. DT

[Freedreno] [PATCH v6 4/5] arm64: dts: qcom: sm8450: switch to usb3/dp combo phy

2023-03-17 Thread Neil Armstrong
The QMP PHY is a USB3/DP combo phy, switch to the newly documented bindings and register the clocks to the GCC and DISPCC controllers. Reviewed-by: Dmitry Baryshkov Reviewed-by: Konrad Dybcio Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/qcom/sm8450.dtsi | 42 +-

[Freedreno] [PATCH v6 5/5] arm64: dts: qcom: sm8450: add dp controller

2023-03-17 Thread Neil Armstrong
Add the Display Port controller subnode to the MDSS node. Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/qcom/sm8450.dtsi | 79 1 file changed, 79 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi

[Freedreno] [PATCH v6 3/5] arm64: dts: qcom: sm8350: add dp controller

2023-03-17 Thread Neil Armstrong
Add the Display Port controller subnode to the MDSS node. Tested-by: Dmitry Baryshkov #SM8350-HDK Reviewed-by: Dmitry Baryshkov Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/qcom/sm8350.dtsi | 79 1 file changed, 79 insertions(+) diff --git a/arch/

[Freedreno] [PATCH v6 1/5] dt-bindings: display: msm: dp-controller: document SM8450 compatible

2023-03-17 Thread Neil Armstrong
The SM8450 & SM350 shares the same DT TX IP version, use the SM8350 compatible as fallback for SM8450. Reviewed-by: Krzysztof Kozlowski Signed-off-by: Neil Armstrong --- .../bindings/display/msm/dp-controller.yaml| 25 +- 1 file changed, 15 insertions(+), 10 deletion

Re: [Freedreno] [PATCH v5 4/5] arm64: dts: qcom: sm8450: switch to usb3/dp combo phy

2023-03-17 Thread Neil Armstrong
On 17/03/2023 13:09, Dmitry Baryshkov wrote: On 17/03/2023 11:12, Neil Armstrong wrote: The QMP PHY is a USB3/DP combo phy, switch to the newly documented bindings and register the clocks to the GCC and DISPCC controllers. Reviewed-by: Dmitry Baryshkov Reviewed-by: Konrad Dybcio Signed-off-by

Re: [Freedreno] [PATCH v5 5/5] arm64: dts: qcom: sm8450: add dp controller

2023-03-17 Thread Neil Armstrong
On 17/03/2023 13:19, Dmitry Baryshkov wrote: On 17/03/2023 11:12, Neil Armstrong wrote: Add the Display Port controller subnode to the MDSS node. Reviewed-by: Konrad Dybcio Signed-off-by: Neil Armstrong ---   arch/arm64/boot/dts/qcom/sm8450.dtsi | 79   1 f

Re: [Freedreno] [PATCH v5 5/5] arm64: dts: qcom: sm8450: add dp controller

2023-03-17 Thread Dmitry Baryshkov
On 17/03/2023 11:12, Neil Armstrong wrote: Add the Display Port controller subnode to the MDSS node. Reviewed-by: Konrad Dybcio Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/qcom/sm8450.dtsi | 79 1 file changed, 79 insertions(+) diff --git a/ar

Re: [Freedreno] [PATCH v5 3/5] arm64: dts: qcom: sm8350: add dp controller

2023-03-17 Thread Dmitry Baryshkov
On 17/03/2023 11:12, Neil Armstrong wrote: Add the Display Port controller subnode to the MDSS node. Tested-by: Dmitry Baryshkov #SM8350-HDK Reviewed-by: Dmitry Baryshkov Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/qcom/sm8350.dtsi | 74 1 fil

Re: [Freedreno] [PATCH v10 01/15] dma-buf/dma-fence: Add deadline awareness

2023-03-17 Thread Pekka Paalanen
On Thu, 16 Mar 2023 23:22:24 +0100 Sebastian Wick wrote: > On Thu, Mar 16, 2023 at 5:29 PM Rob Clark wrote: > > > > On Thu, Mar 16, 2023 at 2:26 AM Jonas Ådahl wrote: > > > > > > On Wed, Mar 15, 2023 at 09:19:49AM -0700, Rob Clark wrote: > > > > On Wed, Mar 15, 2023 at 6:53 AM Jonas Ådahl

Re: [Freedreno] [PATCH v10 01/15] dma-buf/dma-fence: Add deadline awareness

2023-03-17 Thread Pekka Paalanen
On Fri, 17 Mar 2023 11:17:37 +0200 Pekka Paalanen wrote: > On Fri, 17 Mar 2023 11:09:21 +0200 > Pekka Paalanen wrote: > > > On Thu, 16 Mar 2023 23:22:24 +0100 > > Sebastian Wick wrote: > > > > Vblank can be really long, especially with VRR where the additional > > > time you get to finish t

Re: [Freedreno] [PATCH v10 01/15] dma-buf/dma-fence: Add deadline awareness

2023-03-17 Thread Pekka Paalanen
On Fri, 17 Mar 2023 11:09:21 +0200 Pekka Paalanen wrote: > On Thu, 16 Mar 2023 23:22:24 +0100 > Sebastian Wick wrote: > > Vblank can be really long, especially with VRR where the additional > > time you get to finish the frame comes from making vblank longer. Btw. VRR extends front porch, not

Re: [Freedreno] [PATCH v5 4/5] arm64: dts: qcom: sm8450: switch to usb3/dp combo phy

2023-03-17 Thread Dmitry Baryshkov
On 17/03/2023 11:12, Neil Armstrong wrote: The QMP PHY is a USB3/DP combo phy, switch to the newly documented bindings and register the clocks to the GCC and DISPCC controllers. Reviewed-by: Dmitry Baryshkov Reviewed-by: Konrad Dybcio Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/qc

Re: [Freedreno] [PATCH v10 01/15] dma-buf/dma-fence: Add deadline awareness

2023-03-17 Thread Jonas Ådahl
On Thu, Mar 16, 2023 at 09:28:55AM -0700, Rob Clark wrote: > On Thu, Mar 16, 2023 at 2:26 AM Jonas Ådahl wrote: > > > > On Wed, Mar 15, 2023 at 09:19:49AM -0700, Rob Clark wrote: > > > On Wed, Mar 15, 2023 at 6:53 AM Jonas Ådahl wrote: > > > > > > > > On Fri, Mar 10, 2023 at 09:38:18AM -0800, Rob

Re: [Freedreno] [PATCH v10 01/15] dma-buf/dma-fence: Add deadline awareness

2023-03-17 Thread Michel Dänzer
On 3/16/23 23:22, Sebastian Wick wrote: > On Thu, Mar 16, 2023 at 5:29 PM Rob Clark wrote: >> On Thu, Mar 16, 2023 at 2:26 AM Jonas Ådahl wrote: >>> On Wed, Mar 15, 2023 at 09:19:49AM -0700, Rob Clark wrote: On Wed, Mar 15, 2023 at 6:53 AM Jonas Ådahl wrote: > On Fri, Mar 10, 2023 at 09

[Freedreno] [PATCH v5 3/5] arm64: dts: qcom: sm8350: add dp controller

2023-03-17 Thread Neil Armstrong
Add the Display Port controller subnode to the MDSS node. Tested-by: Dmitry Baryshkov #SM8350-HDK Reviewed-by: Dmitry Baryshkov Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/qcom/sm8350.dtsi | 74 1 file changed, 74 insertions(+) diff --git a/arch/

[Freedreno] [PATCH v5 5/5] arm64: dts: qcom: sm8450: add dp controller

2023-03-17 Thread Neil Armstrong
Add the Display Port controller subnode to the MDSS node. Reviewed-by: Konrad Dybcio Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/qcom/sm8450.dtsi | 79 1 file changed, 79 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm6

[Freedreno] [PATCH v5 4/5] arm64: dts: qcom: sm8450: switch to usb3/dp combo phy

2023-03-17 Thread Neil Armstrong
The QMP PHY is a USB3/DP combo phy, switch to the newly documented bindings and register the clocks to the GCC and DISPCC controllers. Reviewed-by: Dmitry Baryshkov Reviewed-by: Konrad Dybcio Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/qcom/sm8450.dtsi | 42 +-

[Freedreno] [PATCH v5 2/5] arm64: dts: qcom: sm8350: switch to combo usb3/dp phy

2023-03-17 Thread Neil Armstrong
The first QMP PHY is an USB3/DP combo phy, switch to the newly documented bindings and register the clocks to the GCC and DISPCC controllers. Reviewed-by: Dmitry Baryshkov Tested-by: Dmitry Baryshkov #SM8350-HDK Reviewed-by: Konrad Dybcio Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/

[Freedreno] [PATCH v5 1/5] dt-bindings: display: msm: dp-controller: document SM8450 compatible

2023-03-17 Thread Neil Armstrong
The SM8450 & SM350 shares the same DT TX IP version, use the SM8350 compatible as fallback for SM8450. Reviewed-by: Krzysztof Kozlowski Signed-off-by: Neil Armstrong --- .../bindings/display/msm/dp-controller.yaml| 25 +- 1 file changed, 15 insertions(+), 10 deletion

[Freedreno] [PATCH v5 0/5] arm64: dts: qcom: add DP Controller to SM8350 & SM8450 DTS

2023-03-17 Thread Neil Armstrong
Switch the QMP PHY to the newly documented USB3/DP Combo PHY bindings at [1] and add the DP controller nodes. The DP output is shared with the USB3 SuperSpeed lanes and is usually connected to an USB-C port which Altmode is controlled by the PMIC Glink infrastructure in discution at [1] & [2]. DT

Re: [Freedreno] [PATCH v4 5/5] arm64: dts: qcom: sm8450: add dp controller

2023-03-17 Thread Neil Armstrong
On 14/03/2023 23:12, Konrad Dybcio wrote: On 9.03.2023 10:19, Neil Armstrong wrote: Add the Display Port controller subnode to the MDSS node. Signed-off-by: Neil Armstrong --- [...] + + dp_opp_table: opp-table { + compatib

Re: [Freedreno] [PATCH v4 3/5] arm64: dts: qcom: sm8350: add dp controller

2023-03-17 Thread Neil Armstrong
On 14/03/2023 23:10, Konrad Dybcio wrote: On 9.03.2023 10:19, Neil Armstrong wrote: Add the Display Port controller subnode to the MDSS node. Tested-by: Dmitry Baryshkov #SM8350-HDK Reviewed-by: Dmitry Baryshkov Signed-off-by: Neil Armstrong --- [...] + dp_o

Re: [Freedreno] [PATCH v5 08/10] dt-bindings: display/msm: dsi-controller-main: Fix deprecated compatible

2023-03-17 Thread Krzysztof Kozlowski
On 16/03/2023 09:51, Konrad Dybcio wrote: > The point of the previous cleanup was to disallow "qcom,mdss-dsi-ctrl" > alone. This however didn't quite work out and the property became > undocumented instead of deprecated. Fix that. > > Fixes: 0c0f65c6dd44 ("dt-bindings: msm: dsi-controller-main: Ad