[RAMEN9610-10029][COMMON] media: mfc: set the 10bit memtype when INIT_BUF also
authorAyoung Sim <a.sim@samsung.com>
Thu, 29 Nov 2018 07:04:08 +0000 (16:04 +0900)
committerhskang <hs1218.kang@samsung.com>
Fri, 28 Dec 2018 09:54:27 +0000 (18:54 +0900)
commitd1cc9fcbc8f00e8bbb9f5dfa1aa3154b4c8495b3
treeb92e7181cbde9b1ee33837514f9e96dd3f3a766e
parentc915f2cb7dc6810ffd8c4fe725772cf31e119d8b
[RAMEN9610-10029][COMMON] media: mfc: set the 10bit memtype when INIT_BUF also

10bit format can be changed after SEQ_DONE from P010(P210) to 8+2 type.
However, original F/W couldn't get the memtype setting when INIT_BUF.
It was valid when only SEQ_START.
Because new F/W supports this when only SEQ_START but also INIT_BUF,
driver set the 10bit memtype when INIT_BUF time also.

Change-Id: I2ec92c0169950b28b23ae13fb3686f9207677203
Signed-off-by: Ayoung Sim <a.sim@samsung.com>
drivers/media/platform/exynos/mfc/mfc_cmd.c