Skip to content

Commit

Permalink
FreeBSD: Add more core under notyet as it fail to compile with DEBUG on
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Vadot <[email protected]>
  • Loading branch information
evadot committed Sep 11, 2020
1 parent efd9b55 commit 311fb64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/i915/i915_request.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,9 @@ void __i915_request_unsubmit(struct i915_request *request)
#endif

GEM_BUG_ON(!irqs_disabled());
#ifdef __freebsd__notyet__
lockdep_assert_held(&engine->active.lock);
#endif

/*
* Only unwind in reverse order, required so that the per-context list
Expand Down

0 comments on commit 311fb64

Please sign in to comment.