Loading msm/vidc/msm_vidc_platform.c +8 −0 Original line number Diff line number Diff line Loading @@ -562,6 +562,10 @@ static struct msm_vidc_common_data lito_common_data_v0[] = { .key = "qcom,max-b-frame-mbs-per-sec", .value = 244800,/* ((1920x1088)/256) MBs@30fps */ }, { .key = "qcom,max-mbpf", .value = 65280,/* (3840x2176)/256 + (3840x2176)/256 */ }, { .key = "qcom,power-collapse-delay", .value = 1500, Loading Loading @@ -637,6 +641,10 @@ static struct msm_vidc_common_data lito_common_data_v1[] = { .key = "qcom,max-b-frame-mbs-per-sec", .value = 244800,/* ((1920x1088)/256) MBs@30fps */ }, { .key = "qcom,max-mbpf", .value = 40800, /* (3840x2176)/256 + (1920x1088)/256 */ }, { .key = "qcom,power-collapse-delay", .value = 1500, Loading Loading
msm/vidc/msm_vidc_platform.c +8 −0 Original line number Diff line number Diff line Loading @@ -562,6 +562,10 @@ static struct msm_vidc_common_data lito_common_data_v0[] = { .key = "qcom,max-b-frame-mbs-per-sec", .value = 244800,/* ((1920x1088)/256) MBs@30fps */ }, { .key = "qcom,max-mbpf", .value = 65280,/* (3840x2176)/256 + (3840x2176)/256 */ }, { .key = "qcom,power-collapse-delay", .value = 1500, Loading Loading @@ -637,6 +641,10 @@ static struct msm_vidc_common_data lito_common_data_v1[] = { .key = "qcom,max-b-frame-mbs-per-sec", .value = 244800,/* ((1920x1088)/256) MBs@30fps */ }, { .key = "qcom,max-mbpf", .value = 40800, /* (3840x2176)/256 + (1920x1088)/256 */ }, { .key = "qcom,power-collapse-delay", .value = 1500, Loading