Symbol: mem_type_is_vram
drivers/gpu/drm/xe/tests/xe_migrate.c
383
bool src_is_vram = mem_type_is_vram(src->mem_type);
drivers/gpu/drm/xe/tests/xe_migrate.c
384
bool dst_is_vram = mem_type_is_vram(dst->mem_type);
drivers/gpu/drm/xe/xe_bo.c
102
return mem_type_is_vram(res->mem_type);
drivers/gpu/drm/xe/xe_bo.c
1649
if (!mem_type_is_vram(ttm_bo->resource->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
1837
mem_type_is_vram(bo->ttm.resource->mem_type)) {
drivers/gpu/drm/xe/xe_bo.c
2841
if (mem_type_is_vram(place->mem_type) || bo->flags & XE_BO_FLAG_GGTT) {
drivers/gpu/drm/xe/xe_bo.c
2905
if (mem_type_is_vram(place->mem_type) || bo->flags & XE_BO_FLAG_GGTT) {
drivers/gpu/drm/xe/xe_bo.c
3458
if (mem_type_is_vram(mem_type)) {
drivers/gpu/drm/xe/xe_bo.c
828
if (mem_type_is_vram(old_mem_type)) {
drivers/gpu/drm/xe/xe_bo.c
877
(!mem_type_is_vram(old_mem_type) && !tt_has_data));
drivers/gpu/drm/xe/xe_bo.c
947
(mem_type_is_vram(old_mem_type) &&
drivers/gpu/drm/xe/xe_bo.c
961
else if (mem_type_is_vram(old_mem_type))
drivers/gpu/drm/xe/xe_bo.c
982
if (mem_type_is_vram(new_mem->mem_type))
drivers/gpu/drm/xe/xe_bo.h
278
bool mem_type_is_vram(u32 mem_type);
drivers/gpu/drm/xe/xe_migrate.c
1506
bool clear_vram = mem_type_is_vram(dst->mem_type);
drivers/gpu/drm/xe/xe_migrate.c
532
if (mem_type_is_vram(cur->mem_type)) {
drivers/gpu/drm/xe/xe_migrate.c
877
bool src_is_vram = mem_type_is_vram(src->mem_type);
drivers/gpu/drm/xe/xe_migrate.c
878
bool dst_is_vram = mem_type_is_vram(dst->mem_type);