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

Subject: media: venus: Add vpu_version to most SoCs
Author:  Konrad Dybcio <[email protected]>
Date:    Tue May 30 14:30:38 2023 +0200

Add vpu_version where I was able to retrieve the information to
allow for more precise hardware-specific code path matching.

Reviewed-by: Dikshita Agarwal <[email protected]>
Reviewed-by: Vikash Garodia <[email protected]>
Signed-off-by: Konrad Dybcio <[email protected]>
Signed-off-by: Stanimir Varbanov <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>

 drivers/media/platform/qcom/venus/core.c | 5 +++++
 1 file changed, 5 insertions(+)

---

diff --git a/drivers/media/platform/qcom/venus/core.c 
b/drivers/media/platform/qcom/venus/core.c
index 3fa17d8cb890..80cfadbf16af 100644
--- a/drivers/media/platform/qcom/venus/core.c
+++ b/drivers/media/platform/qcom/venus/core.c
@@ -685,6 +685,7 @@ static const struct venus_resources sdm845_res = {
        .vcodec_clks_num = 2,
        .max_load = 3110400,    /* 4096x2160@90 */
        .hfi_version = HFI_VERSION_4XX,
+       .vpu_version = VPU_VERSION_AR50,
        .vmem_id = VIDC_RESOURCE_NONE,
        .vmem_size = 0,
        .vmem_addr = 0,
@@ -710,6 +711,7 @@ static const struct venus_resources sdm845_res_v2 = {
        .vcodec_num = 2,
        .max_load = 3110400,    /* 4096x2160@90 */
        .hfi_version = HFI_VERSION_4XX,
+       .vpu_version = VPU_VERSION_AR50,
        .vmem_id = VIDC_RESOURCE_NONE,
        .vmem_size = 0,
        .vmem_addr = 0,
@@ -757,6 +759,7 @@ static const struct venus_resources sc7180_res = {
        .opp_pmdomain = (const char *[]) { "cx", NULL },
        .vcodec_num = 1,
        .hfi_version = HFI_VERSION_4XX,
+       .vpu_version = VPU_VERSION_AR50,
        .vmem_id = VIDC_RESOURCE_NONE,
        .vmem_size = 0,
        .vmem_addr = 0,
@@ -810,6 +813,7 @@ static const struct venus_resources sm8250_res = {
        .vcodec_num = 1,
        .max_load = 7833600,
        .hfi_version = HFI_VERSION_6XX,
+       .vpu_version = VPU_VERSION_IRIS2,
        .num_vpp_pipes = 4,
        .vmem_id = VIDC_RESOURCE_NONE,
        .vmem_size = 0,
@@ -867,6 +871,7 @@ static const struct venus_resources sc7280_res = {
        .opp_pmdomain = (const char *[]) { "cx", NULL },
        .vcodec_num = 1,
        .hfi_version = HFI_VERSION_6XX,
+       .vpu_version = VPU_VERSION_IRIS2_1,
        .num_vpp_pipes = 1,
        .vmem_id = VIDC_RESOURCE_NONE,
        .vmem_size = 0,

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

Reply via email to