Home
last modified time | relevance | path

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

/NextBSD/sys/dev/drm2/i915/
HDi915_drv.h119 #define I915_MAX_PHYS_OBJECT (I915_GEM_PHYS_OVERLAY_REGS) macro
666 struct drm_i915_gem_phys_object *phys_objs[I915_MAX_PHYS_OBJECT];
HDi915_gem.c4169 for (i = I915_GEM_PHYS_CURSOR_0; i <= I915_MAX_PHYS_OBJECT; i++) in i915_gem_free_all_phys_object()
4230 if (id > I915_MAX_PHYS_OBJECT) in i915_gem_attach_phys_object()