Home
last modified time | relevance | path

Searched refs:i915_gem_context_has_full_ppgtt (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/i915/gem/
Di915_gem_context.h163 static inline bool i915_gem_context_has_full_ppgtt(struct i915_gem_context *ctx) in i915_gem_context_has_full_ppgtt() function
Di915_gem_context.c1853 if (!i915_gem_context_has_full_ppgtt(ctx)) in get_ppgtt()
Di915_gem_execbuffer.c786 if (i915_gem_context_has_full_ppgtt(ctx)) in eb_select_context()
/linux-5.19.10/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_context.c704 str_yes_no(i915_gem_context_has_full_ppgtt(ctx)), in igt_ctx_exec()
838 str_yes_no(i915_gem_context_has_full_ppgtt(ctx)), in igt_shared_ctx_exec()
1419 str_yes_no(i915_gem_context_has_full_ppgtt(ctx)), in igt_ctx_readonly()