has_type          280 drivers/gpu/drm/i915/gem/i915_gem_pages.c 	enum i915_map_type has_type;
has_type          310 drivers/gpu/drm/i915/gem/i915_gem_pages.c 	ptr = page_unpack_bits(obj->mm.mapping, &has_type);
has_type          311 drivers/gpu/drm/i915/gem/i915_gem_pages.c 	if (ptr && has_type != type) {
has_type          350 drivers/gpu/drm/i915/gem/i915_gem_pages.c 	enum i915_map_type has_type;
has_type          362 drivers/gpu/drm/i915/gem/i915_gem_pages.c 	ptr = page_unpack_bits(obj->mm.mapping, &has_type);
has_type          363 drivers/gpu/drm/i915/gem/i915_gem_pages.c 	if (has_type == I915_MAP_WC)
has_type           84 drivers/gpu/drm/ttm/ttm_bo.c 	drm_printf(p, "    has_type: %d\n", man->has_type);
has_type         1061 drivers/gpu/drm/ttm/ttm_bo.c 	if (!man->has_type || !man->use_type)
has_type         1541 drivers/gpu/drm/ttm/ttm_bo.c 	if (!man->has_type) {
has_type         1548 drivers/gpu/drm/ttm/ttm_bo.c 	man->has_type = false;
has_type         1577 drivers/gpu/drm/ttm/ttm_bo.c 	if (!man->has_type) {
has_type         1595 drivers/gpu/drm/ttm/ttm_bo.c 	BUG_ON(man->has_type);
has_type         1612 drivers/gpu/drm/ttm/ttm_bo.c 	man->has_type = true;
has_type         1695 drivers/gpu/drm/ttm/ttm_bo.c 		if (man->has_type) {
has_type         1702 drivers/gpu/drm/ttm/ttm_bo.c 			man->has_type = false;
has_type          177 include/drm/ttm/ttm_bo_driver.h 	bool has_type;