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

Commit 59848370 authored by Thomas (Wonyoung) Yun's avatar Thomas (Wonyoung) Yun
Browse files

soc: qcom: hgsl: Support DBQ count upto 9



3 DBQs can be assigned to one GVM and have different priority such as
low, medium and high based on the context priority.

Change-Id: Ie7ab4c6837528954ca56033bb2e7c515a16b27f8
Signed-off-by: default avatarThomas (Wonyoung) Yun <wyun@codeaurora.org>
parent 1e453d39
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"