Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/drm/
H A Di915_gem.c1825 if (reloc.write_domain && target_obj->pending_write_domain && in i915_gem_object_pin_and_relocate()
1826 reloc.write_domain != target_obj->pending_write_domain) { in i915_gem_object_pin_and_relocate()
1833 target_obj->pending_write_domain); in i915_gem_object_pin_and_relocate()
1852 target_obj->pending_write_domain |= reloc.write_domain; in i915_gem_object_pin_and_relocate()
2082 object_list[i]->pending_write_domain = 0; in i915_gem_execbuffer()
2119 batch_obj->pending_write_domain = 0; in i915_gem_execbuffer()
2134 obj->pending_write_domain); in i915_gem_execbuffer()
2155 obj->write_domain = obj->pending_write_domain; in i915_gem_execbuffer()
/titanic_44/usr/src/uts/common/io/drm/
H A DdrmP.h471 uint32_t pending_write_domain; member