Searched refs:flush_flags (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_migrate.c | 829 u32 flush_flags = 0; in xe_migrate_ccs_copy() local 846 flush_flags = MI_FLUSH_DW_CCS; in xe_migrate_ccs_copy() 858 flush_flags = MI_FLUSH_DW_CCS; in xe_migrate_ccs_copy() 861 return flush_flags; in xe_migrate_ccs_copy() 926 u32 flush_flags = 0; in __xe_migrate_copy() local 1000 flush_flags = xe_migrate_ccs_copy(m, bb, src_L0_ofs, in __xe_migrate_copy() 1014 xe_sched_job_add_migrate_flush(job, flush_flags | MI_INVALIDATE_TLB); in __xe_migrate_copy() 1242 u32 flush_flags = 0; in xe_migrate_ccs_rw_copy() local 1266 flush_flags); in xe_migrate_ccs_rw_copy() 1267 flush_flags = xe_migrate_ccs_copy(m, &xe_bb_tmp, src_L0_ofs, src_is_pltt, in xe_migrate_ccs_rw_copy() [all …]
|
| H A D | xe_ring_ops.c | 144 static int emit_flush_invalidate(u32 addr, u32 val, u32 flush_flags, u32 *dw, int i) in emit_flush_invalidate() argument 147 MI_FLUSH_IMM_DW | (flush_flags & MI_INVALIDATE_TLB) ?: 0; in emit_flush_invalidate()
|