Symbol: mem_type_is_vram
drivers/gpu/drm/xe/tests/xe_migrate.c
384
bool src_is_vram = mem_type_is_vram(src->mem_type);
drivers/gpu/drm/xe/tests/xe_migrate.c
385
bool dst_is_vram = mem_type_is_vram(dst->mem_type);
drivers/gpu/drm/xe/xe_bo.c
1003
(!mem_type_is_vram(old_mem_type) && !tt_has_data));
drivers/gpu/drm/xe/xe_bo.c
102
return mem_type_is_vram(res->mem_type);
drivers/gpu/drm/xe/xe_bo.c
1073
(mem_type_is_vram(old_mem_type) &&
drivers/gpu/drm/xe/xe_bo.c
1087
else if (mem_type_is_vram(old_mem_type))
drivers/gpu/drm/xe/xe_bo.c
1123
if (mem_type_is_vram(new_mem->mem_type))
drivers/gpu/drm/xe/xe_bo.c
171
xe_assert(xe, mem_type == XE_PL_STOLEN || mem_type_is_vram(mem_type));
drivers/gpu/drm/xe/xe_bo.c
1778
if (!mem_type_is_vram(ttm_bo->resource->mem_type))
drivers/gpu/drm/xe/xe_bo.c
1968
mem_type_is_vram(bo->ttm.resource->mem_type)) {
drivers/gpu/drm/xe/xe_bo.c
3037
if (mem_type_is_vram(place->mem_type) || bo->flags & XE_BO_FLAG_GGTT) {
drivers/gpu/drm/xe/xe_bo.c
3101
if (mem_type_is_vram(place->mem_type) || bo->flags & XE_BO_FLAG_GGTT) {
drivers/gpu/drm/xe/xe_bo.c
3559
if (!bo->ttm.resource || !mem_type_is_vram(bo->ttm.resource->mem_type))
drivers/gpu/drm/xe/xe_bo.c
3712
if (mem_type_is_vram(mem_type)) {
drivers/gpu/drm/xe/xe_bo.c
824
if (mem_type_is_vram(old_mem_type)) {
drivers/gpu/drm/xe/xe_bo.h
421
bool mem_type_is_vram(u32 mem_type);
drivers/gpu/drm/xe/xe_migrate.c
1607
bool clear_vram = mem_type_is_vram(dst->mem_type);
drivers/gpu/drm/xe/xe_migrate.c
558
if (mem_type_is_vram(cur->mem_type)) {
drivers/gpu/drm/xe/xe_migrate.c
905
bool src_is_vram = mem_type_is_vram(src->mem_type);
drivers/gpu/drm/xe/xe_migrate.c
906
bool dst_is_vram = mem_type_is_vram(dst->mem_type);
drivers/gpu/drm/xe/xe_vm.c
3267
if (mem_type_is_vram(bo->placements[i].mem_type)) {
drivers/gpu/drm/xe/xe_vram.c
267
xe_assert(xe, mem_type_is_vram(res->mem_type));