media: venus: venc: Fix setting of profile and level
authorStanimir Varbanov <stanimir.varbanov@linaro.org>
Tue, 27 Oct 2020 09:19:36 +0000 (10:19 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 16 Nov 2020 18:06:10 +0000 (19:06 +0100)
commita7a20f721e812a52a62a00de20dcd0779fbb587f
treecd2f0d5f870049f4a2bf8c245c355f7b3c19ada8
parent9ac924b98728c3733c91c6c59fc410827d0da49f
media: venus: venc: Fix setting of profile and level

The profile and level in op_set_ctrl was recently changed but during
v4l2_ctrl_handler_setup profile and level control values are mangled.

Fixes: 435c53c3698f ("media: venus: venc: Use helper to set profile and level")
Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/qcom/venus/core.h
drivers/media/platform/qcom/venus/venc.c
drivers/media/platform/qcom/venus/venc_ctrls.c