Loading Documentation/devicetree/bindings/media/video/msm-vidc.txt +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ Optional properties: power collapsible = 0x2 (if the driver should disable the clock if no load) - qcom,use-non-secure-pil = A bool indicating which type of pil to use to load the fw. - qcom,use_dynamic_bw_update = A bool indicating whether dynamic bandwidth - qcom,use-dynamic-bw-update = A bool indicating whether dynamic bandwidth update request should be sent to msm bus or not. - qcom,fw-bias = The address at which venus fw is loaded (manually). Loading drivers/media/platform/msm/vidc/msm_vidc_res_parse.c +1 −1 Original line number Diff line number Diff line Loading @@ -661,7 +661,7 @@ int read_platform_resources_from_dt( "qcom,ocmem-size", &res->ocmem_size); res->dynamic_bw_update = of_property_read_bool(pdev->dev.of_node, "qcom,use_dynamic_bw_update"); "qcom,use-dynamic-bw-update"); rc = msm_vidc_load_freq_table(res); if (rc) { Loading Loading
Documentation/devicetree/bindings/media/video/msm-vidc.txt +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ Optional properties: power collapsible = 0x2 (if the driver should disable the clock if no load) - qcom,use-non-secure-pil = A bool indicating which type of pil to use to load the fw. - qcom,use_dynamic_bw_update = A bool indicating whether dynamic bandwidth - qcom,use-dynamic-bw-update = A bool indicating whether dynamic bandwidth update request should be sent to msm bus or not. - qcom,fw-bias = The address at which venus fw is loaded (manually). Loading
drivers/media/platform/msm/vidc/msm_vidc_res_parse.c +1 −1 Original line number Diff line number Diff line Loading @@ -661,7 +661,7 @@ int read_platform_resources_from_dt( "qcom,ocmem-size", &res->ocmem_size); res->dynamic_bw_update = of_property_read_bool(pdev->dev.of_node, "qcom,use_dynamic_bw_update"); "qcom,use-dynamic-bw-update"); rc = msm_vidc_load_freq_table(res); if (rc) { Loading