Re: [PATCH 2/3] ASoC: dt-bindings: Reference common DAI properties

2022-12-04 Thread Nicolas Frattaroli
On Samstag, 3. Dezember 2022 17:04:41 CET Krzysztof Kozlowski wrote: > Reference in all sound components which have '#sound-dai-cells' the > dai-common.yaml schema, which allows to use 'sound-name-prefix' > property. > > Signed-off-by: Krzysztof Kozlowski > > --- > > This is an output of discus

Re: [PATCH 2/3] ASoC: dt-bindings: Reference common DAI properties

2022-12-04 Thread Krzysztof Kozlowski
On 04/12/2022 17:09, Nicolas Frattaroli wrote: > On Samstag, 3. Dezember 2022 17:04:41 CET Krzysztof Kozlowski wrote: >> Reference in all sound components which have '#sound-dai-cells' the >> dai-common.yaml schema, which allows to use 'sound-name-prefix' >> property. >> >> Signed-off-by: Krzysztof

Re: [PATCH v1 0/2] ASoC/tda998x: Fix reporting of nonexistent capture streams

2022-12-04 Thread Mark Brown
On Wed, 30 Nov 2022 18:46:42 +, Mark Brown wrote: > The recently added pcm-test selftest has pointed out that systems with > the tda998x driver end up advertising that they support capture when in > reality as far as I can see the tda998x devices are transmit only. The > DAIs registered throug

Re: [PATCH 2/3] ASoC: dt-bindings: Reference common DAI properties

2022-12-04 Thread Nicolas Frattaroli
On Sonntag, 4. Dezember 2022 17:47:05 CET Krzysztof Kozlowski wrote: > On 04/12/2022 17:09, Nicolas Frattaroli wrote: > > On Samstag, 3. Dezember 2022 17:04:41 CET Krzysztof Kozlowski wrote: > >> Reference in all sound components which have '#sound-dai-cells' the > >> dai-common.yaml schema, which

[PATCH] gpu: ipu-v3: fix refcount leak in ipu_add_client_devices()

2022-12-04 Thread Wang Yufen
The node returned by of_graph_get_port_by_id() with refcount incremented, of_node_put() needs be called when finish using it. So add it in the error path in ipu_add_client_devices(). Fixes: 17e052175039 ("gpu: ipu-v3: Do not bail out on missing optional port nodes") Signed-off-by: Wang Yufen ---

Re: [PATCH 2/2] vfio/pci: Remove console drivers

2022-12-04 Thread m...@lab.how
Hi, I hope it is ok to reply to this old thread. Unfortunately, I found a problem only now after upgrading to 6.0. My setup has multiple GPUs (2), and I depend on EFIFB to have a working console. pre-patch behavior, when I bind the vfio-pci to my secondary GPU both the passthrough and the EFIFB k

Re: [PATCH v2 1/2] drm/shmem-helper: Remove errant put in error path

2022-12-04 Thread Dmitry Osipenko
On 11/30/22 21:57, Rob Clark wrote: > From: Rob Clark > > drm_gem_shmem_mmap() doesn't own this reference, resulting in the GEM > object getting prematurely freed leading to a later use-after-free. > > Link: https://syzkaller.appspot.com/bug?extid=c8ae65286134dd1b800d > Reported-by: syzbot+c8ae6

Re: [PATCH v2 03/11] drm/bridge: ti-sn65dsi86: Propagate errors in .get_state() to the caller

2022-12-04 Thread Uwe Kleine-König
Hello, my initial Cc-list wasn't optimal. So I added a few people here. On Wed, Nov 30, 2022 at 04:21:40PM +0100, Uwe Kleine-König wrote: > .get_state() can return an error indication. Make use of it to propagate > failing hardware accesses. > > Signed-off-by: Uwe Kleine-König > --- > drivers/

Re: [PATCH v2 03/11] drm/bridge: ti-sn65dsi86: Propagate errors in .get_state() to the caller

2022-12-04 Thread Laurent Pinchart
On Sun, Dec 04, 2022 at 10:09:40PM +0100, Uwe Kleine-König wrote: > Hello, > > my initial Cc-list wasn't optimal. So I added a few people here. > > On Wed, Nov 30, 2022 at 04:21:40PM +0100, Uwe Kleine-König wrote: > > .get_state() can return an error indication. Make use of it to propagate > > fa

[Bug 216774] New: On amdgpu the drm subsystem lists additional modes beyond what EDID has available

2022-12-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=216774 Bug ID: 216774 Summary: On amdgpu the drm subsystem lists additional modes beyond what EDID has available Product: Drivers Version: 2.5 Kernel Version: 5.15.81 Hardware

Re: [PATCH 2/2] vfio/pci: Remove console drivers

2022-12-04 Thread Alex Williamson
On Sat, 3 Dec 2022 17:12:38 -0700 "m...@lab.how" wrote: > Hi, > > I hope it is ok to reply to this old thread. It is, but the only relic of the thread is the subject. For reference, the latest version of this posted is here: https://lore.kernel.org/all/20220622140134.12763-4-tzimmerm...@suse.

[syzbot] memory leak in fbcon_set_font (2)

2022-12-04 Thread syzbot
Hello, syzbot found the following issue on: HEAD commit:c2bf05db6c78 Merge tag 'i2c-for-6.1-rc8' of git://git.kern.. git tree: upstream console output: https://syzkaller.appspot.com/x/log.txt?x=171883d588 kernel config: https://syzkaller.appspot.com/x/.config?x=979161df0e247659 das

Re: [PATCH] drm: tidss: Fix pixel format definition

2022-12-04 Thread Aradhya Bhatia
On 02-Dec-22 23:22, Andrew Davis wrote: On 12/1/22 6:18 PM, Randolph Sapp wrote: There was a long-standing bug from a typo that created 2 ARGB1555 and ABGR1555 pixel format entries. Weston 10 has a sanity check that alerted me to this issue. According to the Supported Pixel Data formats tabl

Re: Try to address the DMA-buf coherency problem

2022-12-04 Thread Tomasz Figa
Hi Christian, On Thu, Nov 17, 2022 at 9:11 PM Christian König wrote: > > Hi Tomasz, > > Am 17.11.22 um 10:35 schrieb Tomasz Figa: > > Hi Christian and everyone, > > > > On Thu, Nov 3, 2022 at 4:14 AM Christian König > > wrote: > >> Am 02.11.22 um 18:10 schrieb Lucas Stach: > >>> Am Mittwoch, dem

[Bug 216774] On amdgpu the drm subsystem lists additional modes beyond what EDID has available

2022-12-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=216774 Artem S. Tashkinov (a...@gmx.com) changed: What|Removed |Added Status|NEW |RESOLVED Reso

Re: [PATCH v8 06/14] drm: bridge: samsung-dsim: Handle proper DSI host initialization

2022-12-04 Thread Frieder Schrempf
On 02.12.22 15:55, Dave Stevenson wrote: > Hi Marek > > On Fri, 2 Dec 2022 at 12:21, Marek Vasut wrote: >> >> On 12/2/22 11:52, Marek Szyprowski wrote: >>> Hi, >>> >>> Sorry for delay, I was on a sick leave last 2 weeks. >>> >>> On 28.11.2022 15:43, Jagan Teki wrote: ,On Sat, Nov 26, 2022 at

Re: [PATCH v2 6/8] drm/mipi-dbi: Support shadow-plane state

2022-12-04 Thread Thomas Zimmermann
Am 03.12.22 um 17:11 schrieb Noralf Trønnes: Den 02.12.2022 13.56, skrev Thomas Zimmermann: Implement MIPI DBI planes with struct drm_shadow_plane_state, so that the respective drivers can use the vmap'ed GEM-buffer memory. Implement state helpers, the {begin,end}_fb_access helpers and wire

[PATCH linux-next] backlight: use sysfs_emit() to instead of scnprintf()

2022-12-04 Thread ye.xingchen
From: ye xingchen Follow the advice of the Documentation/filesystems/sysfs.rst and show() should only use sysfs_emit() or sysfs_emit_at() when formatting the value to be returned to user space. Signed-off-by: ye xingchen --- drivers/video/backlight/lm3533_bl.c | 10 +- drivers/video/ba