Re: [Freedreno] [PATCH v3] arm64: dts: qcom: sdm845: Add dpu to sdm845 dts file

2018-11-28 Thread Doug Anderson
Hi, On Wed, Nov 28, 2018 at 3:44 PM Jordan Crouse wrote: > > On Thu, Nov 01, 2018 at 07:25:23PM -0700, Jeykumar Sankaran wrote: > > DPU is short for the Display Processing Unit. It is the display > > controller on Qualcomm SDM845 chips. > > > > This change adds MDSS and DSI nodes to enable

Re: [Freedreno] [PATCH v3] arm64: dts: qcom: sdm845: Add dpu to sdm845 dts file

2018-11-28 Thread Jordan Crouse
On Thu, Nov 01, 2018 at 07:25:23PM -0700, Jeykumar Sankaran wrote: > DPU is short for the Display Processing Unit. It is the display > controller on Qualcomm SDM845 chips. > > This change adds MDSS and DSI nodes to enable display on the > target device. > > Changes in v2: >- Beefed up

Re: [Freedreno] [PATCH v3] arm64: dts: qcom: sdm845: Add dpu to sdm845 dts file

2018-11-28 Thread Bjorn Andersson
On Thu 01 Nov 19:25 PDT 2018, Jeykumar Sankaran wrote: > DPU is short for the Display Processing Unit. It is the display > controller on Qualcomm SDM845 chips. > > This change adds MDSS and DSI nodes to enable display on the > target device. > Happy to see support reaching the level where we

Re: [Freedreno] [PATCH v3] arm64: dts: qcom: sdm845: Add dpu to sdm845 dts file

2018-11-02 Thread Doug Anderson
Hi, On Thu, Nov 1, 2018 at 7:25 PM Jeykumar Sankaran wrote: > --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi > +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi > @@ -978,6 +978,197 @@ > #thermal-sensor-cells = <1>; > }; Note that your patch doesn't cleanly apply to

[Freedreno] [PATCH v3] arm64: dts: qcom: sdm845: Add dpu to sdm845 dts file

2018-11-01 Thread Jeykumar Sankaran
DPU is short for the Display Processing Unit. It is the display controller on Qualcomm SDM845 chips. This change adds MDSS and DSI nodes to enable display on the target device. Changes in v2: - Beefed up commit message - Use SoC specific compatibles for mdss and dpu (Rob H)