Searched refs:is_vram (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | gmc_v9_0.c | 1111 bool is_vram = bo->tbo.resource && in gmc_v9_0_get_coherence_flags() local 1127 if (is_vram) { in gmc_v9_0_get_coherence_flags() 1179 is_local = (!is_vram && (adev->flags & AMD_IS_APU) && in gmc_v9_0_get_coherence_flags() 1181 (is_vram && adev == bo_adev && in gmc_v9_0_get_coherence_flags() 1194 else if (gc_ip_version < IP_VERSION(9, 5, 0) && !is_vram) in gmc_v9_0_get_coherence_flags() 1210 if (!is_vram) in gmc_v9_0_get_coherence_flags()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_migrate.c | 566 bool is_vram = PTE_UPDATE_FLAG_IS_VRAM & flags; in pte_update_size() local 570 if (is_vram && xe_migrate_allow_identity(*L0, cur)) { in pte_update_size() 599 bool is_vram, bool is_comp_pte, in emit_pte() argument 635 if (is_vram) { in emit_pte() 1360 u64 src_ofs, u32 size, u32 pitch, bool is_vram) in emit_clear_main_copy() argument 1381 *cs++ = (is_vram ? 0x0 : 0x1) << XY_FAST_COLOR_BLT_MEM_TYPE_SHIFT; in emit_clear_main_copy() 1423 u32 size, u32 pitch, bool is_vram) in emit_clear() argument 1429 is_vram); in emit_clear()
|
| H A D | xe_pt.c | 535 bool is_vram = is_null ? false : xe_res_is_vram(curs); in xe_pt_stage_bind_entry() local 548 pte |= is_vram ? xe_walk->default_vram_pte : in xe_pt_stage_bind_entry() 561 is_vram)) { in xe_pt_stage_bind_entry()
|