Skip to content

Commit a34b91b

Browse files
committed
fixup! drm/vc4: hvs: Defer dlist slots deallocation
1 parent 075daad commit a34b91b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/gpu/drm/vc4/vc4_hvs.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -732,8 +732,6 @@ static bool vc4_hvs_check_channel_active(struct vc4_hvs *hvs, unsigned int fifo)
732732
bool enabled = false;
733733
int idx;
734734

735-
WARN_ON_ONCE(vc4->gen > VC4_GEN_6_C);
736-
737735
if (!drm_dev_enter(drm, &idx))
738736
return 0;
739737

0 commit comments

Comments
 (0)