[Freedreno] [PATCH] drm/msm/adreno: fix updating ring fence

2020-08-12 Thread Rob Clark
From: Rob Clark We need to set it to the most recent completed fence, not the most recent submitted. Otherwise we have races where we think we can retire submits that the GPU is not finished with, if the GPU doesn't manage to overwrite the seqno before we look at it. This can show up with hang

Re: [Freedreno] [PATCH v5] arm64: dts: qcom: sc7180: Add Display Port dt node

2020-08-12 Thread Tanmay Shah
On 2020-08-11 12:30, Stephen Boyd wrote: Quoting Tanmay Shah (2020-08-10 19:15:53) @@ -2440,6 +2447,71 @@ dsi_phy: dsi-phy@ae94400 { status = "disabled"; }; + + msm_dp: displayport-controller@ae9 { +

Re: [Freedreno] stable-rc 4.14: arm64: Internal error: Oops: clk_reparent __clk_set_parent_before on db410c

2020-08-12 Thread Stephen Boyd
Quoting Stephen Boyd (2020-07-23 03:26:02) > Quoting Naresh Kamboju (2020-07-23 03:10:37) > > On Thu, 23 Jul 2020 at 13:36, Stephen Boyd wrote: > > > > > > It sounds like maybe you need this patch? > > > > > > bdcf1dc25324 ("clk: Evict unregistered clks from parent caches") > > > > Cherry-pick

Re: [Freedreno] [PATCH] drm/msm/a6xx: add module param to enable debugbus snapshot

2020-08-12 Thread Jordan Crouse
On Tue, Aug 11, 2020 at 04:36:57PM -0700, Rob Clark wrote: > From: Rob Clark > > For production devices, the debugbus sections will typically be fused > off and empty in the gpu device coredump. But since this may contain > data like cache contents, don't capture it by default. Reviewed-by: