This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: venus: hfi_plat: Add codecs and capabilities ops
Author:  Stanimir Varbanov <[email protected]>
Date:    Wed Aug 26 13:07:07 2020 +0200

Add ops to get the supported by the platform codecs and capabilities.

Signed-off-by: Stanimir Varbanov <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/platform/qcom/venus/hfi_platform.h | 2 ++
 1 file changed, 2 insertions(+)

---

diff --git a/drivers/media/platform/qcom/venus/hfi_platform.h 
b/drivers/media/platform/qcom/venus/hfi_platform.h
index 679423232255..50512d142662 100644
--- a/drivers/media/platform/qcom/venus/hfi_platform.h
+++ b/drivers/media/platform/qcom/venus/hfi_platform.h
@@ -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;

_______________________________________________
linuxtv-commits mailing list
[email protected]
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to