Loading drivers/media/platform/msm/vidc/msm_vidc_platform.c +6 −2 Original line number Diff line number Diff line Loading @@ -169,16 +169,20 @@ static struct msm_vidc_common_data sm6150_common_data[] = { }, { .key = "qcom,power-collapse-delay", .value = 500, .value = 1500, }, { .key = "qcom,hw-resp-timeout", .value = 250, .value = 1000, }, { .key = "qcom,dcvs", .value = 1, }, { .key = "qcom,fw-cycles", .value = 733003, }, }; static struct msm_vidc_common_data sm8150_common_data[] = { Loading Loading
drivers/media/platform/msm/vidc/msm_vidc_platform.c +6 −2 Original line number Diff line number Diff line Loading @@ -169,16 +169,20 @@ static struct msm_vidc_common_data sm6150_common_data[] = { }, { .key = "qcom,power-collapse-delay", .value = 500, .value = 1500, }, { .key = "qcom,hw-resp-timeout", .value = 250, .value = 1000, }, { .key = "qcom,dcvs", .value = 1, }, { .key = "qcom,fw-cycles", .value = 733003, }, }; static struct msm_vidc_common_data sm8150_common_data[] = { Loading