~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/intel/ds/intel_driver_ds.h

  • 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:
58
58
   INTEL_DS_UNTYPED_DATAPORT_CACHE_FLUSH_BIT = BITFIELD_BIT(13),
59
59
   INTEL_DS_PSS_STALL_SYNC_BIT               = BITFIELD_BIT(14),
60
60
   INTEL_DS_END_OF_PIPE_BIT                  = BITFIELD_BIT(15),
 
61
   INTEL_DS_CCS_CACHE_FLUSH_BIT              = BITFIELD_BIT(16),
61
62
};
62
63
 
63
64
/* Convert internal driver PIPE_CONTROL stall bits to intel_ds_stall_flag. */