Skip to content

Commit

Permalink
fixup! drm/vc4: hvs: Defer dlist slots deallocation
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Dec 9, 2024
1 parent 075daad commit a34b91b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/vc4/vc4_hvs.c
Original file line number Diff line number Diff line change
Expand Up @@ -732,8 +732,6 @@ static bool vc4_hvs_check_channel_active(struct vc4_hvs *hvs, unsigned int fifo)
bool enabled = false;
int idx;

WARN_ON_ONCE(vc4->gen > VC4_GEN_6_C);

if (!drm_dev_enter(drm, &idx))
return 0;

Expand Down

0 comments on commit a34b91b

Please sign in to comment.