Loading drivers/media/platform/msm/vidc/msm_vidc_platform.c +8 −1 Original line number Diff line number Diff line Loading @@ -192,7 +192,14 @@ static struct msm_vidc_common_data sm8150_common_data[] = { }, { .key = "qcom,max-secure-instances", .value = 5, .value = 2, /* * As per design driver allows 3rd * instance as well since the secure * flags were updated later for the * current instance. Hence total * secure sessions would be * max-secure-instances + 1. */ }, { .key = "qcom,max-hw-load", Loading Loading
drivers/media/platform/msm/vidc/msm_vidc_platform.c +8 −1 Original line number Diff line number Diff line Loading @@ -192,7 +192,14 @@ static struct msm_vidc_common_data sm8150_common_data[] = { }, { .key = "qcom,max-secure-instances", .value = 5, .value = 2, /* * As per design driver allows 3rd * instance as well since the secure * flags were updated later for the * current instance. Hence total * secure sessions would be * max-secure-instances + 1. */ }, { .key = "qcom,max-hw-load", Loading