Home
last modified time | relevance | path

Searched refs:i915_gem_context_is_closed (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/gem/
Di915_gem_context.h21 static inline bool i915_gem_context_is_closed(const struct i915_gem_context *ctx) in i915_gem_context_is_closed() function
28 GEM_BUG_ON(i915_gem_context_is_closed(ctx)); in i915_gem_context_set_closed()
Di915_gem_context.c313 GEM_BUG_ON(!i915_gem_context_is_closed(ctx)); in i915_gem_context_free()
2347 GEM_BUG_ON(i915_gem_context_is_closed(ctx)); in __i915_gem_context_pin_hw_id()
Di915_gem_execbuffer.c756 if (unlikely(i915_gem_context_is_closed(eb->gem_context))) { in eb_lookup_vmas()