Re: [Freedreno] [PATCH 1/5] drm/msm/dsi: add support for DSI-PHY on SM8350 and SM8450

2022-11-06 Thread Abhinav Kumar
On 9/22/2022 4:30 AM, Dmitry Baryshkov wrote: SM8350 and SM8450 use 5nm DSI PHYs, which share register definitions with 7nm DSI PHYs. Rather than duplicating the driver, handle 5nm variants inside the common 5+7nm driver. I do realize that there is common code across PHYs but i am concerned

Re: [Freedreno] [PATCH] dt-bindings: qcom: add another exception to the device naming rule

2022-11-06 Thread Bjorn Andersson
On Fri, 4 Nov 2022 16:23:16 +0300, Dmitry Baryshkov wrote: > The 'qcom,dsi-ctrl-6g-qcm2290' compatibility string was added in the > commit ee1f09678f14 ("drm/msm/dsi: Add support for qcm2290 dsi > controller") in February 2022, but was not properly documented in the > bindings. Adding this compatib

Re: [Freedreno] (subset) [PATCH 0/2] arm: dts: qcom: rename HDMI PHY nodes

2022-11-06 Thread Bjorn Andersson
On Sat, 24 Sep 2022 12:43:45 +0300, Dmitry Baryshkov wrote: > Historically HDMI PHY device tree nodes used the hdmi-phy@ names. > Replace them with generic phy@ names. > > While there is no such requirement in the DT schema, it's worth doing > that because: > > 1) The recent qcom DT files already

[Freedreno] [PATCH AUTOSEL 6.0 01/30] drm/msm/gpu: Fix crash during system suspend after unbind

2022-11-06 Thread Sasha Levin
From: Akhil P Oommen [ Upstream commit 76efc2453d0e8e5d6692ef69981b183ad674edea ] In adreno_unbind, we should clean up gpu device's drvdata to avoid accessing a stale pointer during system suspend. Also, check for NULL ptr in both system suspend/resume callbacks. Signed-off-by: Akhil P Oommen