Re: [PATCH v0.5 6/9] phy: freescale: add Samsung HDMI PHY

2022-05-08 Thread Vinod Koul
On 06-05-22, 20:10, Lucas Stach wrote: > This adds the driver for the Samsung HDMI PHY found on the > i.MX8MP SoC. > > Signed-off-by: Lucas Stach > --- > drivers/phy/freescale/Kconfig|6 + > drivers/phy/freescale/Makefile |1 + >

Re: [PATCH 1/2] dma-buf: Add an API for exporting sync files (v14)

2022-05-08 Thread Christian König
Reviewed-by: Christian König for the series. I assume you have the userspace part ready as well? If yes let's push this to drm-misc-next asap. Christian. Am 06.05.22 um 20:02 schrieb Jason Ekstrand: Modern userspace APIs like Vulkan are built on an explicit synchronization model. This

[PATCH] gpu: drm: fix possible memory leak in drm_addmap_core()

2022-05-08 Thread Hangyu Hua
map->handle need to be handled correctly when map->type is _DRM_SHM or _DRM_CONSISTENT just like map->type is _DRM_REGISTERS. Fixes: 8d153f7107ff ("drm: update user token hashing and map handles") Signed-off-by: Hangyu Hua --- drivers/gpu/drm/drm_bufs.c | 18 ++ 1 file changed,

Re: [PATCH 2/3] dt-bindings: display: Add bindings for EBBG FT8719

2022-05-08 Thread Joel Selvaraj
Hi Krzysztof Kozlowski, A quick question. On 07/05/22 21:02, Krzysztof Kozlowski wrote: >> + backlight: true >> + port: true > > Both should not be needed - they come from panel-common.yaml. They might > stay in list I see that almost 54 panels mention "port: true" and 46 panels mention

Re: [PATCH RFC v6 00/21] DEPT(Dependency Tracker)

2022-05-08 Thread Byungchul Park
On Wed, May 04, 2022 at 11:17:02AM -0700, Linus Torvalds wrote: > On Wed, May 4, 2022 at 1:19 AM Byungchul Park wrote: > > > > Hi Linus and folks, > > > > I've been developing a tool for detecting deadlock possibilities by > > tracking wait/event rather than lock(?) acquisition order to try to >

Re: [PATCH v0.5 1/9] dt-bindings: display: imx: add binding for i.MX8MP HDMI TX

2022-05-08 Thread Marek Vasut
On 5/6/22 20:10, Lucas Stach wrote: The HDMI TX controller on the i.MX8MP SoC is a Synopsys designware IP core with a little bit of SoC integration around it. You can add Tested-by: Marek Vasut to the entire series.

Re: [PATCH v0.5 6/9] phy: freescale: add Samsung HDMI PHY

2022-05-08 Thread Marek Vasut
[...] +static int fsl_samsung_hdmi_phy_probe(struct platform_device *pdev) +{ + struct fsl_samsung_hdmi_phy *phy; + int ret; + + phy = devm_kzalloc(>dev, sizeof(*phy), GFP_KERNEL); + if (!phy) + return -ENOMEM; + + platform_set_drvdata(pdev, phy); +

Re: [PATCH RFC v6 00/21] DEPT(Dependency Tracker)

2022-05-08 Thread Byungchul Park
On Sat, May 07, 2022 at 04:20:50PM +0900, Hyeonggon Yoo wrote: > On Fri, May 06, 2022 at 09:11:35AM +0900, Byungchul Park wrote: > > Linus wrote: > > > > > > On Wed, May 4, 2022 at 1:19 AM Byungchul Park > > > wrote: > > > > > > > > Hi Linus and folks, > > > > > > > > I've been developing a tool

[Bug 205089] amdgpu : drm:amdgpu_cs_ioctl : Failed to initialize parser -125

2022-05-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=205089 Manuel Jesús de la Fuente (m...@nueljl.in) changed: What|Removed |Added CC|

Re: [PATCH v11 20/24] arm64: dts: rockchip: enable vop2 and hdmi tx on rock-3a

2022-05-08 Thread Piotr Oniszczuk
>> >> I think i have this already (pls see L231/L232 in >> https://pastebin.com/67wu9QrH ) > > I see you have hdmitxm1_cec as the enabled pin. Are you certain it's > the m1 pin and not the m0 pin? It depends on board ver. pls look:

Re: [PATCH v11 20/24] arm64: dts: rockchip: enable vop2 and hdmi tx on rock-3a

2022-05-08 Thread Peter Geis
On Sun, May 8, 2022 at 1:36 PM Piotr Oniszczuk wrote: > > > > > Wiadomość napisana przez Peter Geis w dniu > > 08.05.2022, o godz. 18:53: > > > >> > >> I was trying to do this in dts https://pastebin.com/67wu9QrH but cec is > >> still non-functional > >> > >> Maybe You have some hints/pointers

Re: [PATCH v11 20/24] arm64: dts: rockchip: enable vop2 and hdmi tx on rock-3a

2022-05-08 Thread Piotr Oniszczuk
> Wiadomość napisana przez Peter Geis w dniu 08.05.2022, > o godz. 18:53: > >> >> I was trying to do this in dts https://pastebin.com/67wu9QrH but cec is >> still non-functional >> >> Maybe You have some hints/pointers here? > > Add the following to the HDMI node: > assigned-clocks = <

Re: [PATCH v11 20/24] arm64: dts: rockchip: enable vop2 and hdmi tx on rock-3a

2022-05-08 Thread Peter Geis
On Sun, May 8, 2022 at 9:40 AM Piotr Oniszczuk wrote: > > > > > Wiadomość napisana przez Sascha Hauer w dniu > > 22.04.2022, o godz. 09:28: > > > > From: Michael Riesch > > > > Enable the RK356x Video Output Processor (VOP) 2 on the Radxa > > ROCK3 Model A. > > > > Signed-off-by: Michael

RE: [PATCH 0/4] Remove support for Hyper-V 2008 and 2008R2/Win7

2022-05-08 Thread Michael Kelley (LINUX)
From: Pavel Machek Sent: Wednesday, May 4, 2022 10:23 AM > > Hi! > > > Linux code for running as a Hyper-V guest includes special cases for the > > first released versions of Hyper-V: 2008 and 2008R2/Windows 7. These > > versions were very thinly used for running Linux guests when first > >

Re: [PATCH v2 -next] drm/rockchip: Fix Kconfig dependencies

2022-05-08 Thread Heiko Stuebner
On Sat, 7 May 2022 18:09:10 +0800, Ren Zhijie wrote: > The DP-helper module has been replaced by the display-helper module. > So the driver have to select it. Applied, thanks! [1/1] drm/rockchip: Fix Kconfig dependencies commit: 0b752df77633cc4c3606a6187e3ad37ad6925c15 Best regards, --

Re: [PATCH -next] drm/rockchip: remove unneeded semicolon

2022-05-08 Thread Heiko Stuebner
On Fri, 6 May 2022 07:26:59 +0800, Yang Li wrote: > Eliminate the following coccicheck warning: > ./drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:1476:2-3: Unneeded > semicolon Applied, thanks! [1/1] drm/rockchip: remove unneeded semicolon commit: 813bb91da10bb6638dfadad73f2f0a5f9883946b

Re: [PATCH][next] drm/rockchip: Fix spelling mistake "aligened" -> "aligned"

2022-05-08 Thread Heiko Stuebner
On Thu, 5 May 2022 12:10:44 +0100, Colin Ian King wrote: > There is a spelling mistake in a drm_err message. Fix it. Applied, thanks! [1/1] drm/rockchip: Fix spelling mistake "aligened" -> "aligned" commit: f0eaf60c67738da8aae786bda74a2fffeca6d7cc Best regards, -- Heiko Stuebner

Re: [PATCH] drm/rockchip: Remove unneeded semicolon

2022-05-08 Thread Heiko Stuebner
Am Freitag, 6. Mai 2022, 03:55:57 CEST schrieb Haowen Bai: > Fixes coccicheck warning: > > drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:1476:2-3: Unneeded semicolon > > Signed-off-by: Haowen Bai Yang Li was slightly faster [0] than this patch, so I've picked that one. [0]

[5.18 regression] drm/i915 BYT rendering broken due to "Remove short-term pins from execbuf, v6"

2022-05-08 Thread Hans de Goede
Hi All, When running a 5.18-rc4 (and -rc5) kernel on a Chuwi Hi 8, which is a Bay Trail based tablet with 2G RAM and a 1200x1920 DSI panel. I noticed that gnome-shell was misrendering. Many UI elements were missing (they were all black) and at the gdm login screen (which is a special gnome-shell

Re: [PATCH v11 20/24] arm64: dts: rockchip: enable vop2 and hdmi tx on rock-3a

2022-05-08 Thread Piotr Oniszczuk
> Wiadomość napisana przez Sascha Hauer w dniu > 22.04.2022, o godz. 09:28: > > From: Michael Riesch > > Enable the RK356x Video Output Processor (VOP) 2 on the Radxa > ROCK3 Model A. > > Signed-off-by: Michael Riesch > Reported-by: kernel test robot > Link: >

Re: [PATCH 2/3] dt-bindings: display: Add bindings for EBBG FT8719

2022-05-08 Thread Joel Selvaraj
Hi Krzysztof Kozlowski, Thank you for your review. Will fix them in v2. Regards Joel Selvaraj