Searched refs:mem_type_is_vram (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/xe/
H A Dxe_bo.c72 bool mem_type_is_vram(u32 mem_type) function
84 return mem_type_is_vram(res->mem_type);
123 xe_assert(xe, mem_type == XE_PL_STOLEN || mem_type_is_vram(mem_type));
603 if (mem_type_is_vram(old_mem_type)) {
648 (!mem_type_is_vram(old_mem_type) && !tt_has_data);
698 (mem_type_is_vram(old_mem_type) &&
712 else if (mem_type_is_vram(old_mem_type))
1132 if (ret == VM_FAULT_NOPAGE && mem_type_is_vram(tbo->resource->mem_type)) {
1692 if (mem_type_is_vram(place->mem_type)) {
1760 if (mem_type_is_vram(plac
[all...]
H A Dxe_bo.h205 bool mem_type_is_vram(u32 mem_type);
H A Dxe_migrate.c422 if (mem_type_is_vram(cur->mem_type)) {
711 bool src_is_vram = mem_type_is_vram(src->mem_type);
712 bool dst_is_vram = mem_type_is_vram(dst->mem_type);
979 bool clear_vram = mem_type_is_vram(dst->mem_type);

Completed in 287 milliseconds