media: venus: venc,vdec: Return EBUSY on S_FMT while streaming
authorStanimir Varbanov <stanimir.varbanov@linaro.org>
Sat, 18 Apr 2020 09:06:22 +0000 (11:06 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 5 May 2020 11:07:47 +0000 (13:07 +0200)
commit4470ff693833ad2cf06d4d07067b2e6a2458c6c1
treee934cbca4dd3e637c833507723a3838a8912d360
parent85872f861d4cc535b0dbfd0a9062bdbdcbed20c3
media: venus: venc,vdec: Return EBUSY on S_FMT while streaming

According to the v4l spec s_fmt must return EBUSY while the
particular queue is streaming. Add such check in encoder and
decoder s_fmt methods.

Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/qcom/venus/vdec.c
drivers/media/platform/qcom/venus/venc.c