mirror of https://gitee.com/openkylin/linux.git
media: venus: hfi_cmds: add more not-implemented properties
Add two more not-implemented properties for Venus v4. Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
cd396c8cbf
commit
3d7f0d7126
|
@ -1214,6 +1214,8 @@ pkt_session_set_property_4xx(struct hfi_session_set_property_pkt *pkt,
|
|||
break;
|
||||
}
|
||||
case HFI_PROPERTY_CONFIG_VENC_MAX_BITRATE:
|
||||
case HFI_PROPERTY_CONFIG_VDEC_POST_LOOP_DEBLOCKER:
|
||||
case HFI_PROPERTY_PARAM_BUFFER_ALLOC_MODE:
|
||||
/* not implemented on Venus 4xx */
|
||||
return -ENOTSUPP;
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue