]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: rzv2h-ivc: Revise default VBLANK formula
authorDaniel Scally <dan.scally+renesas@ideasonboard.com>
Thu, 12 Feb 2026 10:08:11 +0000 (10:08 +0000)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Tue, 24 Mar 2026 15:13:09 +0000 (16:13 +0100)
commit38104fe60ebb6b6cb66e3e9ef0a5c12f1260b1bc
treea68cba8e214e095aea02ad5725ee61f81450cf61
parent062ae1d031a05a03d193446e82ce1f3ba7e10755
media: rzv2h-ivc: Revise default VBLANK formula

The vertical blanking settings for the IVC block are dependent on
settings in the ISP. This was originally set to calculate as the
worst-case possible value, but it seems that this can cause the IVC
block to hang. Instead calculate the vblank to match the default
settings (which are currently all the driver sets anyway).

Cc: stable@vger.kernel.org
Fixes: f0b3984d821b ("media: platform: Add Renesas Input Video Control block driver")
Signed-off-by: Daniel Scally <dan.scally+renesas@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo.mondi+renesas@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc-video.c