]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: renesas: vsp1: Print debug message to diagnose validation failure
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 18 Jun 2024 18:46:44 +0000 (21:46 +0300)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 19 Jun 2024 22:36:46 +0000 (01:36 +0300)
commitdce863203d259d019693b5d082b0a4c4b5063cd1
tree42e72adbe34fc7f034f5a4303188fe5bf81c3e1e
parent18a8f4c28884b7fb5fd3ba759c777cca693788ef
media: renesas: vsp1: Print debug message to diagnose validation failure

When formats don't match between a subdev and a connected video device,
starting streaming returns an error without giving the user any
indication as to what went wrong. To help debugging pipeline
misconfigurations, add a debug message that indicates the cause of the
failure.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
drivers/media/platform/renesas/vsp1/vsp1_video.c