HomeSort by: relevance | last modified time | path
    Searched refs:has_type (Results 1 - 3 of 3) 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/drm/ttm/
ttm_bo.c 109 drm_printf(p, " has_type: %d\n", man->has_type);
1065 if (!man->has_type || !man->use_type)
1553 if (!man->has_type) {
1560 man->has_type = false;
1589 if (!man->has_type) {
1607 BUG_ON(man->has_type);
1624 man->has_type = true;
1727 if (man->has_type) {
1734 man->has_type = false
    [all...]
  /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 14 milliseconds