Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem_context.h199 static inline bool i915_gem_context_is_closed(const struct i915_gem_context *ctx) in i915_gem_context_is_closed() function
206 GEM_BUG_ON(i915_gem_context_is_closed(ctx)); in i915_gem_context_set_closed()
Di915_gem_context.c123 GEM_BUG_ON(!i915_gem_context_is_closed(ctx)); in i915_gem_context_free()
Di915_gem_execbuffer.c752 if (unlikely(i915_gem_context_is_closed(eb->ctx))) in eb_lookup_vmas()