drm/vc4: Drop WARN for HVS FIFOs not being empty
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Thu, 26 Oct 2023 17:05:09 +0000 (18:05 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:11 +0000 (11:35 +0000)
commitc6bbf02fdb094e5889fb7578a6074d1d71887e3a
tree3245751ae881f5a689e5536ae7c8f53a347ee4eb
parent7b3a9c498461630b569a9ebdbeb27b3864a9de30
drm/vc4: Drop WARN for HVS FIFOs not being empty

The reset condition for the EMPTY flag in DISPSTATx is 0,
so seeing as we've just reset the pipeline there is no
guarantee that the flag will denote empty if it hasn't been
enabled.

Drop the WARN.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/gpu/drm/vc4/vc4_hvs.c