Re: [Freedreno] [PATCH v2 5/7] arm64: dts: qcom: sc7280: Update gpu register list

2022-07-18 Thread Stephen Boyd
Quoting Akhil P Oommen (2022-07-18 21:07:05) > On 7/14/2022 11:10 AM, Akhil P Oommen wrote: > > On 7/12/2022 4:57 AM, Doug Anderson wrote: > >> Hi, > >> > >> On Fri, Jul 8, 2022 at 11:00 PM Akhil P Oommen > >> wrote: > >>> Update gpu register array with gpucc memory region. > >>> > >>>

Re: [Freedreno] (subset) [PATCH v2] arm64: dta: qcom: sc7280: delete vdda-1p2 and vdda-0p9 from both dp and edp

2022-07-18 Thread Bjorn Andersson
On Mon, 11 Jul 2022 09:23:23 -0700, Kuogee Hsieh wrote: > Both vdda-1p2-supply and vdda-0p9-supply regulators are controlled > by dp combo phy. Therefore remove them from dp controller. > > Applied, thanks! [1/1] arm64: dta: qcom: sc7280: delete vdda-1p2 and vdda-0p9 from both dp and edp

Re: [Freedreno] [PATCH v2 5/7] arm64: dts: qcom: sc7280: Update gpu register list

2022-07-18 Thread Akhil P Oommen
On 7/14/2022 11:10 AM, Akhil P Oommen wrote: On 7/12/2022 4:57 AM, Doug Anderson wrote: Hi, On Fri, Jul 8, 2022 at 11:00 PM Akhil P Oommen wrote: Update gpu register array with gpucc memory region. Signed-off-by: Akhil P Oommen --- (no changes since v1)  

Re: [Freedreno] [PATCH v2 3/9] arm64: dts: qcom: sc7280: split register block for DP controller

2022-07-18 Thread Stephen Boyd
Quoting Dmitry Baryshkov (2022-07-10 01:41:27) > Follow the schema for the DP controller and declare 5 register regions > instead of using a single region for all the registers. Note, this > extends the dts by adding p1 region to the DP node (to be used for DP > MST). > > Signed-off-by: Dmitry

Re: [Freedreno] [PATCH v2 1/9] arm64: dts: qcom: sc7180: split register block for DP controller

2022-07-18 Thread Stephen Boyd
Quoting Dmitry Baryshkov (2022-07-10 01:41:25) > Follow the schema for the DP controller and declare 5 register regions > instead of using a single region for all the registers. Note, this > extends the dts by adding p1 region to the DP node (to be used for DP > MST). > > Signed-off-by: Dmitry

Re: [Freedreno] [PATCH v2] arm64: dta: qcom: sc7280: delete vdda-1p2 and vdda-0p9 from both dp and edp

2022-07-18 Thread Bjorn Andersson
On Mon 11 Jul 11:23 CDT 2022, Kuogee Hsieh wrote: Please double check that the subject prefix matches existing changes next time. Thanks, Bjorn > Both vdda-1p2-supply and vdda-0p9-supply regulators are controlled > by dp combo phy. Therefore remove them from dp controller. > > Signed-off-by:

Re: [Freedreno] [PATCH RESEND] drm/msm/dsi: fix the inconsistent indenting

2022-07-18 Thread Abhinav Kumar
On 7/8/2022 9:03 AM, Abhinav Kumar wrote: On 7/7/2022 5:58 PM, sunliming wrote: Fix the inconsistent indenting in function msm_dsi_dphy_timing_calc_v3(). Fix the following smatch warnings: drivers/gpu/drm/msm/dsi/phy/dsi_phy.c:350 msm_dsi_dphy_timing_calc_v3() warn: inconsistent

Re: [Freedreno] [PATCH v2 10/11] dt-bindings: display/mdm: add gcc-bus clock to dpu-smd845

2022-07-18 Thread Rob Herring
On Sun, 10 Jul 2022 12:00:39 +0300, Dmitry Baryshkov wrote: > Add gcc-bus clock required for the SDM845 DPU device tree node. This > change was made in the commit 111c52854102 ("arm64: dts: qcom: sdm845: > move bus clock to mdp node for sdm845 target"), but was not reflected in > the schema. > >

Re: [Freedreno] [PATCH v2 09/11] dt-bindings: display/msm: move qcom, msm8998-mdss schema to mdss.yaml

2022-07-18 Thread Rob Herring
On Sun, 10 Jul 2022 12:00:38 +0300, Dmitry Baryshkov wrote: > Move schema for qcom,msm8998-mdss from dpu-msm8998.yaml to mdss.yaml so > that the dpu file describes only the DPU schema. > > Signed-off-by: Dmitry Baryshkov > --- > .../bindings/display/msm/dpu-msm8998.yaml | 142

Re: [Freedreno] [PATCH v2 07/11] dt-bindings: display/msm: move qcom, sc7280-mdss schema to mdss.yaml

2022-07-18 Thread Rob Herring
On Sun, 10 Jul 2022 12:00:36 +0300, Dmitry Baryshkov wrote: > Move schema for qcom,sc7280-mdss from dpu-sc7280.yaml to mdss.yaml so > that the dpu file describes only the DPU schema. > > Signed-off-by: Dmitry Baryshkov > --- > .../bindings/display/msm/dpu-sc7280.yaml | 148

Re: [Freedreno] [PATCH v2 06/11] dt-bindings: display/msm: move qcom, sc7180-mdss schema to mdss.yaml

2022-07-18 Thread Rob Herring
On Sun, 10 Jul 2022 12:00:35 +0300, Dmitry Baryshkov wrote: > Move schema for qcom,sc7180-mdss from dpu-sc7180.yaml to mdss.yaml so > that the dpu file describes only the DPU schema. > > Signed-off-by: Dmitry Baryshkov > --- > .../bindings/display/msm/dpu-sc7180.yaml | 149

Re: [Freedreno] [PATCH v2 05/11] dt-bindings: display/msm: move qcom, sdm845-mdss schema to mdss.yaml

2022-07-18 Thread Rob Herring
On Sun, 10 Jul 2022 12:00:34 +0300, Dmitry Baryshkov wrote: > Move schema for qcom,sdm845-mdss from dpu-sdm845.yaml to mdss.yaml so > that the dpu file describes only the DPU schema. > > Signed-off-by: Dmitry Baryshkov > --- > .../bindings/display/msm/dpu-sdm845.yaml | 135 ---

Re: [Freedreno] [PATCH v2 11/11] dt-bindings: display/msm: move common DPU properties to dpu-common.yaml

2022-07-18 Thread Rob Herring
On Sun, Jul 10, 2022 at 12:00:40PM +0300, Dmitry Baryshkov wrote: > Move properties common to all DPU DT nodes to the dpu-common.yaml. > > Note, this removes description of individual DPU port@ nodes. However > such definitions add no additional value. The reg values do not > correspond to