~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/freedreno/vulkan/tu_cs_breadcrumbs.cc

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
210
210
   /* Wait until CPU acknowledges the value written by GPU */
211
211
   emit_pkt7(cs, CP_WAIT_REG_MEM, 6);
212
212
   tu_cs_emit(cs, CP_WAIT_REG_MEM_0_FUNCTION(WRITE_EQ) |
213
 
                     CP_WAIT_REG_MEM_0_POLL_MEMORY);
 
213
                     CP_WAIT_REG_MEM_0_POLL(POLL_MEMORY));
214
214
   tu_cs_emit_qw(
215
215
      cs, device->global_bo->iova + gb_offset(breadcrumb_cpu_sync_seqno));
216
216
   tu_cs_emit(cs, CP_WAIT_REG_MEM_3_REF(current_breadcrumb));