Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_drv.h165 #define I915_MAX_PHYS_OBJECT (I915_GEM_PHYS_OVERLAY_REGS) macro
808 struct drm_i915_gem_phys_object *phys_objs[I915_MAX_PHYS_OBJECT];
Di915_gem.c4267 for (i = I915_GEM_PHYS_CURSOR_0; i <= I915_MAX_PHYS_OBJECT; i++) in i915_gem_free_all_phys_object()
4316 if (id > I915_MAX_PHYS_OBJECT) in i915_gem_attach_phys_object()