media: venus: hfi_plat: Add codecs and capabilities ops
authorStanimir Varbanov <stanimir.varbanov@linaro.org>
Wed, 26 Aug 2020 11:07:07 +0000 (13:07 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 13 Jan 2021 08:13:04 +0000 (09:13 +0100)
Add ops to get the supported by the platform codecs and capabilities.

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

index 6794232..50512d1 100644 (file)
@@ -47,6 +47,8 @@ struct hfi_platform_codec_freq_data {
 struct hfi_platform {
        unsigned long (*codec_vpp_freq)(u32 session_type, u32 codec);
        unsigned long (*codec_vsp_freq)(u32 session_type, u32 codec);
+       void (*codecs)(u32 *enc_codecs, u32 *dec_codecs, u32 *count);
+       const struct hfi_plat_caps *(*capabilities)(unsigned int *entries);
 };
 
 extern const struct hfi_platform hfi_plat_v4;