Searched refs:batch_obj (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem_execbuffer.c844 struct drm_i915_gem_object *batch_obj; local
1031 batch_obj = list_entry(objects.prev,
1055 if (batch_obj->base.pending_write_domain) {
1060 batch_obj->base.pending_read_domains |= I915_GEM_DOMAIN_COMMAND;
1066 if (flags & I915_DISPATCH_SECURE && !batch_obj->has_global_gtt_mapping)
1067 i915_gem_gtt_bind_object(batch_obj, batch_obj->cache_level);
1098 exec_start = batch_obj->gtt_offset + args->batch_start_offset;

Completed in 130 milliseconds