Skip to content

Commit b920bd3

Browse files
vidc: vdec: Update firmware memory size.
Increase firmware global context space from 500kb to 800kb as per the updated firmware requirements. LeeDroid-/Shooter-2.6.35-MR@0bbffdc commit 0bbffdc529e77c6481f4293c4fd8fddff1603e53
1 parent 9a7c0f5 commit b920bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: drivers/video/msm_8x60/vidc/1080p/ddl/vcd_ddl_core.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
#define DDL_ENC_MAX_DPB_BUFFERS 4
8484

8585
#define DDL_FW_AUX_HOST_CMD_SPACE_SIZE (DDL_KILO_BYTE(10))
86-
#define DDL_FW_INST_GLOBAL_CONTEXT_SPACE_SIZE (DDL_KILO_BYTE(500))
86+
#define DDL_FW_INST_GLOBAL_CONTEXT_SPACE_SIZE (DDL_KILO_BYTE(800))
8787
#define DDL_FW_H264DEC_CONTEXT_SPACE_SIZE (DDL_KILO_BYTE(800))
8888
#define DDL_FW_OTHER_CONTEXT_SPACE_SIZE (DDL_KILO_BYTE(10))
8989

0 commit comments

Comments
 (0)