diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-04-05 12:17:09 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-04-05 12:17:09 -0700 |
| commit | d850fccd934501cde759ead6f6d790310e83a921 (patch) | |
| tree | 393b2faab9d85e13503c388b71f6246327a339ff | |
| parent | bfdd19a48ef6c13fdc5c3492b33952d6eb32d637 (diff) | |
| parent | b26abf21b0b2415b1bd3f12451d54270629a1a72 (diff) | |
Merge "ARM: dts: msm: Update MDSS max mixer/pipe width for sdm630"
| -rw-r--r-- | arch/arm/boot/dts/qcom/sdm630-mdss.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm630-mdss.dtsi b/arch/arm/boot/dts/qcom/sdm630-mdss.dtsi index 9ac76f7e2f6e..d35704224f45 100644 --- a/arch/arm/boot/dts/qcom/sdm630-mdss.dtsi +++ b/arch/arm/boot/dts/qcom/sdm630-mdss.dtsi @@ -38,8 +38,8 @@ qcom,mdss-ib-factor = <1 1>; /* 1 time */ qcom,mdss-clk-factor = <105 100>; /* 1.05 times */ - qcom,max-mixer-width = <2560>; - qcom,max-pipe-width = <2560>; + qcom,max-mixer-width = <2048>; + qcom,max-pipe-width = <2048>; qcom,max-dest-scaler-input-width = <2048>; qcom,max-dest-scaler-output-width = <2560>; |
