Re: [PATCH v5 08/11] devm-helpers: Add resource managed version of debugfs directory create function

2024-03-23 Thread Marek Behún
On Sat, 23 Mar 2024 22:10:40 +0100 Christophe JAILLET wrote: > > - return devm_add_action_or_reset(dev, gpio_mockup_debugfs_cleanup, chip); > > + return devm_add_action_or_reset(dev, devm_debugfs_dir_recursive_drop, > > + chip->dbg_dir); > > This look

Re: [PATCH v5 08/11] devm-helpers: Add resource managed version of debugfs directory create function

2024-03-23 Thread Christophe JAILLET
Le 23/03/2024 à 17:43, Marek Behún a écrit : A few drivers register a devm action to remove a debugfs directory, implementing a one-liner function that calls debufs_remove_recursive(). Help drivers avoid this repeated implementations by adding managed version of debugfs directory create

Re: [PATCH v2] Fix duplicate C declaration warnings

2024-03-23 Thread Matthew Wilcox
On Sat, Mar 23, 2024 at 10:01:47PM +0530, Amogh Cheluvaraj wrote: > Fix duplicate C declaration warnings at > Documentation/gpu/drm-kms.rst that was found by > compiling htmldocs I'm sure this removes the warning, but it removes all kernel-doc which exists in drivers/gpu/drm/drm_fourcc.c. Isn't

Re: [PATCH] drm/amdgpu: fix deadlock while reading mqd from debugfs

2024-03-23 Thread Sharma, Shashank
On 23/03/2024 15:52, Johannes Weiner wrote: On Thu, Mar 14, 2024 at 01:09:57PM -0400, Johannes Weiner wrote: Hello, On Fri, Mar 08, 2024 at 12:32:33PM +0100, Christian König wrote: Am 07.03.24 um 23:07 schrieb Johannes Weiner: Lastly I went with an open loop instead of a memcpy() as I

Re: [PATCH v3 8/9] dt-bindings: xlnx: Add VTC and TPG bindings

2024-03-23 Thread Conor Dooley
On Sat, Mar 23, 2024 at 11:22:22AM +0100, Krzysztof Kozlowski wrote: > On 22/03/2024 19:05, Conor Dooley wrote: > > On Fri, Mar 22, 2024 at 06:59:18AM +0100, Krzysztof Kozlowski wrote: > >> On 21/03/2024 21:43, Anatoliy Klymenko wrote: > >>> diff --git

Re: [PATCH v5 08/11] devm-helpers: Add resource managed version of debugfs directory create function

2024-03-23 Thread Guenter Roeck
On 3/23/24 09:43, Marek Behún wrote: A few drivers register a devm action to remove a debugfs directory, implementing a one-liner function that calls debufs_remove_recursive(). Help drivers avoid this repeated implementations by adding managed version of debugfs directory create function. Use

[drm-tip:drm-tip 4/11] drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c:105:73: error: '.bin' directive output may be truncated writing 4 bytes into a region of size between 2 and 31

2024-03-23 Thread kernel test robot
tree: git://anongit.freedesktop.org/drm/drm-tip drm-tip head: 657dd8fcd2f1d1205c6f98fdb8b60915228991d1 commit: 0885186926a13c697d78f5af03f32445414b6ad5 [4/11] Merge remote-tracking branch 'drm-misc/drm-misc-next' into drm-tip config: microblaze-allmodconfig

[PATCH v5 08/11] devm-helpers: Add resource managed version of debugfs directory create function

2024-03-23 Thread Marek Behún
A few drivers register a devm action to remove a debugfs directory, implementing a one-liner function that calls debufs_remove_recursive(). Help drivers avoid this repeated implementations by adding managed version of debugfs directory create function. Use the new function

[PATCH v2] Fix duplicate C declaration warnings

2024-03-23 Thread Amogh Cheluvaraj
Fix duplicate C declaration warnings at Documentation/gpu/drm-kms.rst that was found by compiling htmldocs /home/amogh/Linux_Kernel_Workspace/linux-next/Documentation/gpu/drm- kms:360: ./drivers/gpu/drm/drm_fourcc.c:344: WARNING: Duplicate C declaration, also defined at gpu/drm-kms:39.

[PATCH] Fix duplicate C declaration warnings

2024-03-23 Thread Amogh Cheluvaraj
Fix duplicate C declaration warnings at Documentation/gpu/drm-kms.rst that was found by compiling htmldocs /home/amogh/Linux_Kernel_Workspace/linux-next/Documentation/gpu/drm- kms:360: ./drivers/gpu/drm/drm_fourcc.c:344: WARNING: Duplicate C declaration, also defined at gpu/drm-kms:39.

Re: [PATCH] drm/amdgpu: fix deadlock while reading mqd from debugfs

2024-03-23 Thread Johannes Weiner
On Thu, Mar 14, 2024 at 01:09:57PM -0400, Johannes Weiner wrote: > Hello, > > On Fri, Mar 08, 2024 at 12:32:33PM +0100, Christian König wrote: > > Am 07.03.24 um 23:07 schrieb Johannes Weiner: > > > Lastly I went with an open loop instead of a memcpy() as I wasn't > > > sure if that memory is

Re: [PATCH] fbdev: Select I/O-memory framebuffer ops for SBus

2024-03-23 Thread Nick Bowler
On 2024-03-22 06:43, Javier Martinez Canillas wrote: > Thomas Zimmermann writes: > >> Framebuffer I/O on the Sparc Sbus requires read/write helpers for >> I/O memory. Select FB_IOMEM_FOPS accordingly. >> >> Reported-by: Nick Bowler Applied on top of 6.8 and the build is successful. Thanks,

Re: [PATCH v3 8/9] dt-bindings: xlnx: Add VTC and TPG bindings

2024-03-23 Thread Krzysztof Kozlowski
On 22/03/2024 19:05, Conor Dooley wrote: > On Fri, Mar 22, 2024 at 06:59:18AM +0100, Krzysztof Kozlowski wrote: >> On 21/03/2024 21:43, Anatoliy Klymenko wrote: >>> diff --git a/include/dt-bindings/media/media-bus-format.h >>> b/include/dt-bindings/media/media-bus-format.h >>> new file mode

Re: [PATCH v3 8/9] dt-bindings: xlnx: Add VTC and TPG bindings

2024-03-23 Thread Krzysztof Kozlowski
On 22/03/2024 20:12, Klymenko, Anatoliy wrote: > Hi Krzysztof, > > Thanks a lot for the review. > >> -Original Message- >> From: Krzysztof Kozlowski >> Sent: Thursday, March 21, 2024 10:59 PM >> To: Klymenko, Anatoliy ; Laurent Pinchart >> ; Maarten Lankhorst >> ; Maxime Ripard ; >>

Re: [PATCH v3 0/9] Setting live video input format for ZynqMP DPSUB

2024-03-23 Thread Krzysztof Kozlowski
On 21/03/2024 21:43, Anatoliy Klymenko wrote: > Implement live video input format setting for ZynqMP DPSUB. > > ZynqMP DPSUB can operate in 2 modes: DMA-based and live. > > In the live mode, DPSUB receives a live video signal from FPGA-based CRTC. > DPSUB acts as a DRM encoder bridge in such a

Re: [PATCH] drm/rockchip: vop2: Remove AR30 and AB30 format support

2024-03-23 Thread Andy Yan
Hi Heiko, Could you please to take a look at this patch? On 3/4/24 18:40, Sascha Hauer wrote: On Mon, Mar 04, 2024 at 06:09:52PM +0800, Andy Yan wrote: From: Andy Yan The Alpha blending for 30 bit RGB/BGR are not functioning properly for rk3568/rk3588, so remove it from the format list.

Re: [PATCH v2 5/8] drm: zynqmp_dp: Don't retrain the link in our IRQ

2024-03-23 Thread Tomi Valkeinen
On 22/03/2024 23:22, Sean Anderson wrote: On 3/22/24 14:09, Tomi Valkeinen wrote: On 22/03/2024 18:18, Sean Anderson wrote: On 3/22/24 01:32, Tomi Valkeinen wrote: On 21/03/2024 21:17, Sean Anderson wrote: On 3/21/24 15:08, Tomi Valkeinen wrote: On 21/03/2024 20:01, Sean Anderson wrote: On

Re: [PATCH] drm/panel: replace utf multiply with an ascii x

2024-03-23 Thread Prasad Pandit
On Fri, 22 Mar 2024 at 20:54, Jessica Zhang wrote: > Seems that this also happens in 2 other Kconfig entries. Can you replace > those as well? * Yes, I've sent a revised patch. Thank you. --- - Prasad

[PATCH v1] drm/panel: replace utf multiply with an ascii x

2024-03-23 Thread Prasad Pandit
From: Prasad Pandit Replace unicode multiplication character with an ascii x. It helps Kconfig parsers to read file without error. Fixes: 25205087df1f ("drm/panel: Add driver for JDI LPM102A188A") Fixes: c96f566273bf ("drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel") Fixes: cf40c6600592 ("drm:

Re: [PATCH] fbdev: Select I/O-memory framebuffer ops for SBus

2024-03-23 Thread Sam Ravnborg
On Fri, Mar 22, 2024 at 09:29:46AM +0100, Thomas Zimmermann wrote: > Framebuffer I/O on the Sparc Sbus requires read/write helpers for > I/O memory. Select FB_IOMEM_FOPS accordingly. > > Reported-by: Nick Bowler > Closes: >