Re: [Freedreno] [DPU PATCH] drm/msm: Remove msm_hdcp devicetree bindings

2018-07-03 Thread ryadav
On 2018-07-04 01:40, Sean Paul wrote: hdcp support was (temporarily) removed from msm. Signed-off-by: Sean Paul Reviewed-by: Rajesh Yadav --- .../devicetree/bindings/msm_hdcp/msm_hdcp.txt | 14 -- 1 file changed, 14 deletions(-) delete mode 100644 Documentation/devicetree

Re: [Freedreno] [DPU PATCH 2/3] dt-bindings: dpu: Fixup dt-bindings discrepencies

2018-07-03 Thread ryadav
On 2018-07-04 01:18, Sean Paul wrote: Signed-off-by: Sean Paul Reviewed-by: Rajesh Yadav --- .../devicetree/bindings/display/msm/dpu.txt | 22 +++ 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/Documentation/devicetree/bindings/display/msm/dpu.txt b/Document

Re: [Freedreno] [DPU PATCH 1/3] arm64: dts: qcom: Remove obsolete dpu dts files

2018-07-03 Thread ryadav
On 2018-07-04 01:18, Sean Paul wrote: Signed-off-by: Sean Paul Reviewed-by: Rajesh Yadav --- .../boot/dts/qcom/sdm845-dpu-display.dtsi | 248 -- arch/arm64/boot/dts/qcom/sdm845-dpu.dtsi | 323 -- 2 files changed, 571 deletions(-) delete mode 100644 arch/

[Freedreno] [DPU PATCH] drm/msm: Remove msm_hdcp devicetree bindings

2018-07-03 Thread Sean Paul
hdcp support was (temporarily) removed from msm. Signed-off-by: Sean Paul --- .../devicetree/bindings/msm_hdcp/msm_hdcp.txt | 14 -- 1 file changed, 14 deletions(-) delete mode 100644 Documentation/devicetree/bindings/msm_hdcp/msm_hdcp.txt diff --git a/Documentation/devicetree

Re: [Freedreno] [DPU PATCH 3/3] arm64: dts: qcom: sdm845: Add dpu to sdm845 dts file

2018-07-03 Thread Jordan Crouse
On Tue, Jul 03, 2018 at 03:48:12PM -0400, Sean Paul wrote: > Signed-off-by: Sean Paul > --- > arch/arm64/boot/dts/qcom/sdm845.dtsi | 182 +++ > 1 file changed, 182 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi > b/arch/arm64/boot/dts/qcom/sdm845.dts

[Freedreno] [DPU PATCH 2/3] dt-bindings: dpu: Fixup dt-bindings discrepencies

2018-07-03 Thread Sean Paul
Signed-off-by: Sean Paul --- .../devicetree/bindings/display/msm/dpu.txt | 22 +++ 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/Documentation/devicetree/bindings/display/msm/dpu.txt b/Documentation/devicetree/bindings/display/msm/dpu.txt index a4407b848faf..d3

[Freedreno] [DPU PATCH 1/3] arm64: dts: qcom: Remove obsolete dpu dts files

2018-07-03 Thread Sean Paul
Signed-off-by: Sean Paul --- .../boot/dts/qcom/sdm845-dpu-display.dtsi | 248 -- arch/arm64/boot/dts/qcom/sdm845-dpu.dtsi | 323 -- 2 files changed, 571 deletions(-) delete mode 100644 arch/arm64/boot/dts/qcom/sdm845-dpu-display.dtsi delete mode 100644 arch/

[Freedreno] [DPU PATCH 3/3] arm64: dts: qcom: sdm845: Add dpu to sdm845 dts file

2018-07-03 Thread Sean Paul
Signed-off-by: Sean Paul --- arch/arm64/boot/dts/qcom/sdm845.dtsi | 182 +++ 1 file changed, 182 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index cdaabeb3c995..537269636b43 100644 --- a/arch/arm64/boot/dts/qcom/

Re: [Freedreno] [PATCH] drm/msm/mdp5: fix missing CTL flush

2018-07-03 Thread Sean Paul
On Tue, Jul 03, 2018 at 12:43:50PM -0400, Rob Clark wrote: > f9cb8d8d836e fixed various race conditions with CTL flush, in particular > flushing and sending the START signal before encoder state was updated. > But it did this a little too well in some cases that don't trigger > encoder->enable(), a

[Freedreno] [PATCH] drm/msm/mdp5: fix missing CTL flush

2018-07-03 Thread Rob Clark
f9cb8d8d836e fixed various race conditions with CTL flush, in particular flushing and sending the START signal before encoder state was updated. But it did this a little too well in some cases that don't trigger encoder->enable(), and CTL[n].FLUSH would never be set. When page flips happen it woul

Re: [Freedreno] [PATCH] drm: add missing ctx argument to plane transitional helpers

2018-07-03 Thread Daniel Vetter
On Mon, Jul 02, 2018 at 05:21:23PM +0100, Russell King wrote: > In commits: > 34a2ab5e0689 ("drm: Add acquire ctx parameter to ->update_plane") > 1931529448bc ("drm: Add acquire ctx parameter to ->plane_disable") > > a pointer to a drm_modeset_acquire_ctx structure was added as an > argument to th