Re: [PATCH v2] venus: venc: Fix setting of profile and level

2020-10-29 Thread Steev Klimaszewski
On 10/27/20 4:19 AM, Stanimir Varbanov wrote: > 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:

[PATCH v2] venus: venc: Fix setting of profile and level

2020-10-27 Thread Stanimir Varbanov
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 --- v2: Fixed kernel test robot WARNING