msm: gsi: gsi channel QoS register update

GSI QoS register upgrade for GSI v2.9, introduce the
new field of db_in_bytes.

Change-Id: I1d0ff4381a6b6ac1f5119d0be2efea29a49a5dcc
Signed-off-by: Bojun Pan <bojunp@codeaurora.org>
This commit is contained in:
Bojun Pan
2019-10-04 13:36:46 -07:00
parent e2df375d79
commit bc912e31b9
8 changed files with 54 additions and 2 deletions

View File

@@ -418,6 +418,7 @@ struct gsi_chan_props {
uint16_t ring_len;
uint16_t max_re_expected;
uint64_t ring_base_addr;
uint8_t db_in_bytes;
void *ring_base_vaddr;
enum gsi_chan_use_db_eng use_db_eng;
enum gsi_max_prefetch max_prefetch;