Searched refs:is_vram (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_migrate.c | 528 bool is_vram = PTE_UPDATE_FLAG_IS_VRAM & flags; in pte_update_size() local 532 if (is_vram && xe_migrate_allow_identity(*L0, cur)) { in pte_update_size() 561 bool is_vram, bool is_comp_pte, in emit_pte() argument 597 if (is_vram) { in emit_pte() 964 u64 src_ofs, u32 size, u32 pitch, bool is_vram) in emit_clear_main_copy() argument 985 *cs++ = (is_vram ? 0x0 : 0x1) << XY_FAST_COLOR_BLT_MEM_TYPE_SHIFT; in emit_clear_main_copy() 1027 u32 size, u32 pitch, bool is_vram) in emit_clear() argument 1033 is_vram); in emit_clear()
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | gmc_v9_0.c | 1139 bool is_vram = bo->tbo.resource && in gmc_v9_0_get_coherence_flags() local 1156 if (is_vram) { in gmc_v9_0_get_coherence_flags() 1208 is_local = (!is_vram && (adev->flags & AMD_IS_APU) && in gmc_v9_0_get_coherence_flags() 1210 (is_vram && adev == bo_adev && in gmc_v9_0_get_coherence_flags() 1226 else if (gc_ip_version < IP_VERSION(9, 5, 0) && !is_vram) in gmc_v9_0_get_coherence_flags() 1242 if (!is_vram) in gmc_v9_0_get_coherence_flags()
|