Re: [PATCH] drm/tests: hdmi: fix infoframes tests

From: Maxime Ripard

Date: Tue Sep 15 2026 - 11:34:13 EST


On Mon, 14 Sep 2026 07:07:23 +0300, mpenttil@xxxxxxxxxx wrote:
> drm_atomic_commit() calls drm_atomic_check_only() internally. Calling
> drm_atomic_check_only() explicitly before the commit leaves the state
> marked as checked and triggers drm_WARN_ON(state->checked) when the
> commit checks the state again.
>
> Remove the redundant explicit checks.
>
> [...]

Applied to misc/kernel.git (drm-misc-next)

[1/1] drm/tests: hdmi: fix infoframes tests
commit: d5c34a384305e05a2d463dd2094e0ec449643bd4

Thanks!
Maxime