Home
last modified time | relevance | path

Searched refs:i915_gem_valid_gtt_space (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/i915/
Di915_vma.h258 bool i915_gem_valid_gtt_space(struct i915_vma *vma, unsigned long color);
Di915_vma.c740 bool i915_gem_valid_gtt_space(struct i915_vma *vma, unsigned long color) in i915_gem_valid_gtt_space() function
918 GEM_BUG_ON(!i915_gem_valid_gtt_space(vma, color)); in i915_vma_insert()