diff options
| author | Dhaval Patel <pdhaval@codeaurora.org> | 2017-01-12 09:59:31 -0800 |
|---|---|---|
| committer | Dhaval Patel <pdhaval@codeaurora.org> | 2017-01-19 14:25:57 -0800 |
| commit | c58bfaf5bb0d72c12ab429a3ffae82ff62cac8ef (patch) | |
| tree | 02ea789c3b5579385ae405d9e8a2366bc4103e46 /Documentation | |
| parent | 58ec3c6b0598ea71453d02c18e056bd3594df96e (diff) | |
drm/msm/sde: parse csc type dtsi entry to select valid csc
msm8998 supports 10bit csc while msm8996 supports csc only.
This patch adds the dtsi entry to select the correct csc
type while parsing hardware catalog to configure the
valid csc hardware block.
Change-Id: I376f1e485a5de4a95d03e395e06d10b043036cb0
Signed-off-by: Dhaval Patel <pdhaval@codeaurora.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/display/msm/sde.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/sde.txt b/Documentation/devicetree/bindings/display/msm/sde.txt index 7e96a05440e9..c9e7d7423d7f 100644 --- a/Documentation/devicetree/bindings/display/msm/sde.txt +++ b/Documentation/devicetree/bindings/display/msm/sde.txt @@ -102,10 +102,13 @@ Optional properties: - qcom,sde-sspp-scale-size: A u32 value indicates the scaling block size on sspp. - qcom,sde-mixer-blendstages: A u32 value indicates the max mixer blend stages for alpha blending. -- qcom,sde-qseed-type: A string entry indiates qseed support on sspp and wb. +- qcom,sde-qseed-type: A string entry indicates qseed support on sspp and wb. It supports "qssedv3" and "qseedv2" entries for qseed type. By default "qseedv2" is used if this optional property is not defined. +- qcom,sde-csc-type: A string entry indicates csc support on sspp and wb. + It supports "csc" and "csc-10bit" entries for csc + type. - qcom,sde-highest-bank-bit: A u32 property to indicate GPU/Camera/Video highest memory bank bit used for tile format buffers. - qcom,sde-panic-per-pipe: Boolean property to indicate if panic signal |
