Home
last modified time | relevance | path

Searched refs:flush_flags (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.c801 u32 flush_flags = 0; in xe_migrate_ccs_copy() local
818 flush_flags = MI_FLUSH_DW_CCS; in xe_migrate_ccs_copy()
830 flush_flags = MI_FLUSH_DW_CCS; in xe_migrate_ccs_copy()
833 return flush_flags; in xe_migrate_ccs_copy()
909 u32 flush_flags = 0; in xe_migrate_copy() local
983 flush_flags = xe_migrate_ccs_copy(m, bb, src_L0_ofs, in xe_migrate_copy()
997 xe_sched_job_add_migrate_flush(job, flush_flags | MI_INVALIDATE_TLB); in xe_migrate_copy()
1163 u32 flush_flags = 0; in xe_migrate_ccs_rw_copy() local
1185 bb->len = emit_flush_invalidate(bb->cs, bb->len, flush_flags); in xe_migrate_ccs_rw_copy()
1186 flush_flags = xe_migrate_ccs_copy(m, bb, src_L0_ofs, src_is_pltt, in xe_migrate_ccs_rw_copy()
[all …]