Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_drv.h208 #define I915_MAX_PHYS_OBJECT (I915_GEM_PHYS_OVERLAY_REGS) macro
903 struct drm_i915_gem_phys_object *phys_objs[I915_MAX_PHYS_OBJECT];
H A Di915_gem.c3849 for (i = I915_GEM_PHYS_CURSOR_0; i <= I915_MAX_PHYS_OBJECT; i++) in i915_gem_free_all_phys_object()
3896 if (id > I915_MAX_PHYS_OBJECT) in i915_gem_attach_phys_object()