Re: [PATCH 0/3] pll-video0 notifier for v6.5+

2023-08-12 Thread Frank Oltmanns
On 2023-08-10 at 21:18:12 +0800, Chen-Yu Tsai wrote: > On Mon, Aug 7, 2023 at 5:36 PM Frank Oltmanns wrote: >> >> Hi Icenowy, >> >> it is my understanding that you are the original author of the following >> patches are in Ondřej's 6.4 branch [1] [2] [3] but not in his 6.5 >> branch. I assume i

Re: [PATCH 2/3] clk: sunxi-ng: a64: keep tcon0 clock rate when pll-video0's rate changes

2023-08-12 Thread Frank Oltmanns
On 2023-08-07 at 18:22:26 +0800, Icenowy Zheng wrote: > 在 2023-08-07星期一的 11:48 +0200,Frank Oltmanns写道: >> >> On 2023-08-07 at 17:43:52 +0800, Icenowy Zheng >> wrote: >> > 在 2023-08-07星期一的 11:36 +0200,Frank Oltmanns写道: >> > > From: Icenowy Zheng >> > > >> > > Notify TCON0 clock (and in conseque

Re: [PATCH v2 0/5] drm/rockchip: Fix crtc duplicate state and crtc reset funcs

2023-08-12 Thread Jonas Karlman
Hi Heiko, Please consider reviewing and merging this series [2], and also [3]. drm/rockchip: Fix crtc duplicate state and crtc reset funcs [2] https://lore.kernel.org/all/20230621223311.2239547-1-jo...@kwiboo.se/ drm/rockchip: vop: Add NV15, NV20 and NV30 support [3] https://lore.kernel.org/all/

Re: [PATCH] nouveau: find the smallest page allocation to cover a buffer alloc.

2023-08-12 Thread Faith Ekstrand
On Thu, Aug 10, 2023 at 10:15 PM Dave Airlie wrote: > From: Dave Airlie > > With the new uapi we don't have the comp flags on the allocation, > so we shouldn't be using the first size that works, we should be > iterating until we get the correct one. > > This reduces allocations from 2MB to 64k

[PATCH] drm/panel: JDI LT070ME05000 drop broken link

2023-08-12 Thread David Heidelberg
Link is no longer functional and web.archive.org doesn't provide PDF with detail information. Some informations can be found from web.archive.org here: https://web.archive.org/web/20170629205602/http://panelone.net/en/7-0-inch/JDI_LT070ME05000_7.0_inch-datasheet Signed-off-by: David Heidelberg -

[RESEND PATCH v2] drm/panel: JDI LT070ME05000 simplify with dev_err_probe()

2023-08-12 Thread David Heidelberg
Use the dev_err_probe() helper to simplify error handling during probe. This also handle scenario, when EDEFER is returned and useless error is printed. Fixes error: panel-jdi-lt070me05000 470.dsi.0: cannot get enable-gpio -517 Signed-off-by: David Heidelberg --- resend: - applies cleanly o

Re: [PATCH v2 0/5] drm/rockchip: Fix crtc duplicate state and crtc reset funcs

2023-08-12 Thread Heiko Stuebner
On Wed, 21 Jun 2023 22:33:15 + (UTC), Jonas Karlman wrote: > This series fixes a reset of state in duplicate state crtc funcs for VOP > driver, a possible crash and ensure crtc reset helper is called in VOP2 > driver. > > Patch 1 use kmemdup instead of kzalloc to duplicate the crtc state. > Pa

Re: [PATCH v2 0/5] drm/rockchip: Fix crtc duplicate state and crtc reset funcs

2023-08-12 Thread Heiko Stübner
Hi Jonas, Am Samstag, 12. August 2023, 16:18:05 CEST schrieb Jonas Karlman: > Please consider reviewing and merging this series [2], and also [3]. during the last months my testfarm aquired some issues, I'm still working on fixing, so my testing is way limited right now. > drm/rockchip: Fix crtc

Re: [PATCH -next] drm/virtio: Remove unused function declarations

2023-08-12 Thread Dmitry Osipenko
On 8/11/23 13:18, Yue Haibing wrote: > Commit dc5698e80cf7 ("Add virtio gpu driver.") declared but never > implemented virtio_gpu_attach_status_page()/virtio_gpu_detach_status_page() > Also commit 62fb7a5e1096 ("virtio-gpu: add 3d/virgl support") > declared but never implemented virtio_gpu_fence_ac

Re: [PATCH -next 5/7] drm/virtio: Remove an unnecessary NULL value

2023-08-12 Thread Dmitry Osipenko
On 8/9/23 06:44, Ruan Jinjie wrote: > The NULL initialization of the pointer assigned by kzalloc() first is > not necessary, because if the kzalloc() failed, the pointer will be > assigned NULL, otherwise it works as usual. so remove it. > > Signed-off-by: Ruan Jinjie > --- > drivers/gpu/drm/vir