[COMMON] media: mfc: change the number of NAL_Q slot
authorAyoung Sim <a.sim@samsung.com>
Tue, 5 Jun 2018 01:50:03 +0000 (10:50 +0900)
committerSunyoung Kang <sy0816.kang@samsung.com>
Mon, 23 Jul 2018 06:12:18 +0000 (15:12 +0900)
commit954c16e742b62d65d27f85404061e2a755b2880e
tree42cdeb7e57d24ee3a5576a7de24ff68a76f49def
parente3c02b95dbe0cac5cd14b90149b1ff3212d9c9b0
[COMMON] media: mfc: change the number of NAL_Q slot

If MFC run with max multi-instance in NAL_Q mode,
32 slot is needed because one slot is needed for one command(job).
Becuase one instance can get 5 jobs at the same time,
we increase the slot size to 32KB such as below.
- 32 instance * 4 jobs = 128 slot.
- 256 byte(one slot size) * 128 = total 32KB.

Change-Id: I1b32235febc63d4ec4eb2144601c605371cf3bf8
Signed-off-by: Ayoung Sim <a.sim@samsung.com>
drivers/media/platform/exynos/mfc/s5p_mfc_data_struct.h