drm/vc4: Fix dlist debug not resetting the next entry pointer
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Thu, 24 Aug 2023 14:36:21 +0000 (15:36 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:34:56 +0000 (11:34 +0000)
commitd441b585d8575cf4ae092390343f0180ceeb336d
tree6d8250792b69ec3546c4851683089557ecf3ac32
parentd15dbd44dee11937a107e66436215d25b7d7d9f9
drm/vc4: Fix dlist debug not resetting the next entry pointer

The debug function to display the dlists didn't reset next_entry_start
when starting each display, so resulting in not stopping the
list at the correct place.

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