Loading drivers/soc/qcom/hgsl/hgsl.c +3 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
drivers/soc/qcom/hgsl/hgsl.c +3 −1 Original line number Diff line number Diff line Loading @@ -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" Loading