[Freedreno] [PATCH] drm/msm/dpu: fix/enable 6bpc dither with split-lm

2020-07-15 Thread Rob Clark
From: Rob Clark If split-lm is used (for ex, on sdm845), we can have multiple ping- pongs, but only a single phys encoder. We need to configure dithering on each of them. Signed-off-by: Rob Clark --- drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 22 ++- .../gpu/drm/msm/disp/

Re: [Freedreno] [PATCH] drm/msm/adreno: fix gpu probe if no interconnect-names

2020-07-15 Thread Jordan Crouse
On Wed, Jul 15, 2020 at 12:07:30PM -0700, Rob Clark wrote: > From: Rob Clark > > If there is no interconnect-names, but there is an interconnects > property, then of_icc_get(dev, "gfx-mem"); would return an error > rather than NULL. > > Also, if there is no interconnect-names property, there wil

[Freedreno] [PATCH] drm/msm/adreno: fix gpu probe if no interconnect-names

2020-07-15 Thread Rob Clark
From: Rob Clark If there is no interconnect-names, but there is an interconnects property, then of_icc_get(dev, "gfx-mem"); would return an error rather than NULL. Also, if there is no interconnect-names property, there will never be a ocmem path. But of_icc_get(dev, "ocmem") would return -EINV

Re: [Freedreno] [PATCH] drm/msm/adreno: fix gpu probe if no interconnect-names

2020-07-15 Thread Rob Clark
On Wed, Jul 15, 2020 at 11:37 AM Jonathan Marek wrote: > > On 7/15/20 2:29 PM, Rob Clark wrote: > > From: Rob Clark > > > > If there is no interconnect-names, but there is an interconnects > > property, then of_icc_get(dev, "gfx-mem"); would return an error > > rather than NULL. > > > > Also, if

Re: [Freedreno] [PATCH] drm/msm/adreno: fix gpu probe if no interconnect-names

2020-07-15 Thread Jonathan Marek
On 7/15/20 2:29 PM, Rob Clark wrote: From: Rob Clark If there is no interconnect-names, but there is an interconnects property, then of_icc_get(dev, "gfx-mem"); would return an error rather than NULL. Also, if there is no interconnect-names property, there will never be a ocmem path. But of_i

[Freedreno] [PATCH] drm/msm/adreno: fix gpu probe if no interconnect-names

2020-07-15 Thread Rob Clark
From: Rob Clark If there is no interconnect-names, but there is an interconnects property, then of_icc_get(dev, "gfx-mem"); would return an error rather than NULL. Also, if there is no interconnect-names property, there will never be a ocmem path. But of_icc_get(dev, "ocmem") would return -EINV

Re: [Freedreno] [PATCH v5 5/6] arm64: dts: qcom: sc7180: Add interconnects property for GPU

2020-07-15 Thread Rob Clark
On Mon, Jul 13, 2020 at 5:42 AM Akhil P Oommen wrote: > > From: Sharat Masetty > > This patch adds the interconnects property to the GPU node. This enables > the GPU->DDR path bandwidth voting. > > Signed-off-by: Sharat Masetty > Signed-off-by: Akhil P Oommen > --- > arch/arm64/boot/dts/qcom/s

Re: [Freedreno] [PATCH 0/9] drm/msm: Avoid possible infinite probe deferral and speed booting

2020-07-15 Thread Rob Herring
On Tue, Jul 14, 2020 at 4:54 PM Bjorn Andersson wrote: > > On Tue 14 Jul 15:13 PDT 2020, Rob Herring wrote: > > > On Tue, Jul 14, 2020 at 10:33 AM Jeffrey Hugo > > wrote: > > > > > > On Mon, Jul 13, 2020 at 5:50 PM Doug Anderson > > > wrote: > > > > > > > > Hi, > > > > > > > > On Mon, Jul 13,

Re: [Freedreno] [PATCH v5 0/6] Add support for GPU DDR BW scaling

2020-07-15 Thread Rob Clark
On Mon, Jul 13, 2020 at 5:41 AM Akhil P Oommen wrote: > > This series adds support for GPU DDR bandwidth scaling and is based on the > bindings from Georgi [1]. This is mostly a rebase of Sharat's patches [2] on > the > tip of msm-next branch. > > Changes from v4: > - Squashed a patch to another