HomeSort by: relevance | last modified time | path
    Searched defs:has_type (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_pages.c 399 enum i915_map_type has_type; local in function:i915_gem_object_pin_map
431 ptr = page_unpack_bits(obj->mm.mapping, &has_type);
432 if (ptr && has_type != type) {
468 enum i915_map_type has_type; local in function:__i915_gem_object_flush_map
480 ptr = page_unpack_bits(obj->mm.mapping, &has_type);
481 if (has_type == I915_MAP_WC)
  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_bo_driver.h 143 * @has_type: The memory type has been initialized.
179 bool has_type; member in struct:ttm_mem_type_manager

Completed in 13 milliseconds