Searched refs:flush_flags (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_migrate.c | 804 u32 flush_flags = 0; in xe_migrate_ccs_copy() local 821 flush_flags = MI_FLUSH_DW_CCS; in xe_migrate_ccs_copy() 833 flush_flags = MI_FLUSH_DW_CCS; in xe_migrate_ccs_copy() 836 return flush_flags; in xe_migrate_ccs_copy() 912 u32 flush_flags = 0; in xe_migrate_copy() local 986 flush_flags = xe_migrate_ccs_copy(m, bb, src_L0_ofs, in xe_migrate_copy() 1000 xe_sched_job_add_migrate_flush(job, flush_flags | MI_INVALIDATE_TLB); in xe_migrate_copy() 1174 u32 flush_flags = 0; in xe_migrate_ccs_rw_copy() local 1196 bb->len = emit_flush_invalidate(bb->cs, bb->len, flush_flags); in xe_migrate_ccs_rw_copy() 1197 flush_flags = xe_migrate_ccs_copy(m, bb, src_L0_ofs, src_is_pltt, in xe_migrate_ccs_rw_copy() [all …]
|
| H A D | xe_ring_ops.c | 111 static int emit_flush_invalidate(u32 addr, u32 val, u32 flush_flags, u32 *dw, int i) in emit_flush_invalidate() argument 114 MI_FLUSH_IMM_DW | (flush_flags & MI_INVALIDATE_TLB) ?: 0; in emit_flush_invalidate()
|