lkml.org 
[lkml]   [2019]   [Mar]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 8/8] misc: fastrpc: increase max init file size to 64 MB
    Date
    In some cases where Neural Processing is required the size of init process
    exceeds default size of 2MB, increase this size to 64MB which is required
    for QCS404 CDSP Neural Processing.

    Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
    ---
    drivers/misc/fastrpc.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/misc/fastrpc.c b/drivers/misc/fastrpc.c
    index d0e2e2620087..7e0d4528f3b9 100644
    --- a/drivers/misc/fastrpc.c
    +++ b/drivers/misc/fastrpc.c
    @@ -32,7 +32,7 @@
    #define FASTRPC_CTX_MAX (256)
    #define FASTRPC_INIT_HANDLE 1
    #define FASTRPC_CTXID_MASK (0xFF0)
    -#define INIT_FILELEN_MAX (2 * 1024 * 1024)
    +#define INIT_FILELEN_MAX (64 * 1024 * 1024)
    #define INIT_MEMLEN_MAX (8 * 1024 * 1024)
    #define FASTRPC_DEVICE_NAME "fastrpc"

    --
    2.21.0
    \
     
     \ /
      Last update: 2019-03-07 11:14    [W:7.148 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site