Merge remote-tracking branch 'quic/display-kernel-dev.lnx.1.0' into display-kernel.lnx.11.0

CRs              SHA_ID     Commit Message
----------------------------------------------------------------------
3707396           I38944376 ARM: dts: msm: introduce AI Scaler support

CRs-Included: 3707396

Change-Id: Ia61b092272edb0ade4a4c4b60bcc26e9d1f03183
Signed-off-by: Linux Display <lnxdisplay@localhost>
This commit is contained in:
Linux Display
2024-01-18 03:35:53 +05:30
2 changed files with 13 additions and 0 deletions

View File

@@ -404,6 +404,12 @@ Optional properties:
hardware.
- qcom,sde-dspp-aiqe-wrapper-size: A u32 value indicating the shared memory size of each AIQE
wrapper hardware block instance.
- qcom,sde-dspp-aiqe-aiscaler-off: Array of u32 values indicating the offset of each AIQE
AI Scaler block relative to its parent DSPP block.
- qcom,sde-dspp-aiqe-aiscaler-version: A u32 value indicating the version of the AIQE AI Scaler
hardware.
- qcom,sde-dspp-aiqe-aiscaler-size: A u32 value indicating the shared memory size of each AIQE
AI Scaler hardware block instance.
- qcom,sde-aiqe-has-feature-mdnie: Boolean property indicating the presence of AIQE feature mDNIe
hardware.
- qcom,sde-aiqe-has-feature-abc: Boolean property indicating the presence of AIQE feature ABC
@@ -412,6 +418,8 @@ Optional properties:
hardware.
- qcom,sde-aiqe-has-feature-copr: Boolean property indicating the presence of AIQE feature COPR
hardware.
- qcom,sde-aiqe-has-feature-aiscaler: Boolean property indicating the presence of AIQE feature
AI Scaler hardware.
- qcom,sde-lm-noise-off: A u32 value indicating noise layer offset from mixer base.
- qcom,sde-lm-noise-version: A u32 value indicating the noise layer version.
- qcom,sde-vbif-id: Array of vbif ids corresponding to the

View File

@@ -205,10 +205,15 @@
qcom,sde-dspp-aiqe-wrapper-version = <0x00010000>;
qcom,sde-dspp-aiqe-wrapper-size = <0x1c>;
qcom,sde-dspp-aiqe-aiscaler-off = <0x30000 0xffffffff>;
qcom,sde-dspp-aiqe-aiscaler-version = <0x00010000>;
qcom,sde-dspp-aiqe-aiscaler-size = <0x7d0>;
qcom,sde-aiqe-has-feature-mdnie;
qcom,sde-aiqe-has-feature-abc;
qcom,sde-aiqe-has-feature-ssrc;
qcom,sde-aiqe-has-feature-copr;
qcom,sde-aiqe-has-feature-aiscaler;
qcom,sde-lm-noise-off = <0x320>;
qcom,sde-lm-noise-version = <0x00010000>;