]> Git Repo - linux.git/commit
drm/vc4: hvs: Ignore atomic_flush if we're disabled
authorMaxime Ripard <[email protected]>
Wed, 7 Dec 2022 11:53:19 +0000 (12:53 +0100)
committerMaxime Ripard <[email protected]>
Mon, 9 Jan 2023 14:21:31 +0000 (15:21 +0100)
commit92c17d16476c71329a2978f80f23ce1009c69c55
tree7985ba3e0dfc0c738d1c53900e2340dbe835279d
parentf92534ea5cb1e5485218c0ed7cc5d588e28e668e
drm/vc4: hvs: Ignore atomic_flush if we're disabled

atomic_flush will be called for each CRTC even if they aren't enabled.

The whole code we have there will thus run without a properly affected
channel, which can then result in all sorts of weird behaviour.

Reviewed-by: Dave Stevenson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Maxime Ripard <[email protected]>
drivers/gpu/drm/vc4/vc4_hvs.c
This page took 0.05828 seconds and 4 git commands to generate.