Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e26adecf authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: hgsl: Support DBQ count upto 9"

parents 518fca64 59848370
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -31,7 +31,9 @@

#define HGSL_DEVICE_NAME  "hgsl"
#define HGSL_DEV_NUM 1
#define MAX_DB_QUEUE 4

/* Support upto 3 GVMs: 3 DBQs(Low/Medium/High priority) per GVM */
#define MAX_DB_QUEUE 9

#define IORESOURCE_HWINF "hgsl_reg_hwinf"
#define IORESOURCE_GMUCX "hgsl_reg_gmucx"