Searched refs:is_gfx9 (Results 1 – 1 of 1) sorted by relevance
1029 si_emit_acquire_mem(struct radeon_cmdbuf *cs, bool is_mec, bool is_gfx9, unsigned cp_coher_cntl) in si_emit_acquire_mem() argument1031 if (is_mec || is_gfx9) { in si_emit_acquire_mem()1032 uint32_t hi_val = is_gfx9 ? 0xffffff : 0xff; in si_emit_acquire_mem()