Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d5990f3 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "bindings: Documentation: add documentation for spr pack type"

parents 1755179f 16605c6c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -410,6 +410,9 @@ Optional properties:
- qcom,mdss-dsi-tx-eot-append:		Boolean used to enable appending end of transmission packets.
- qcom,ulps-enabled:			Boolean to enable support for Ultra Low Power State (ULPS) mode.
- qcom,suspend-ulps-enabled:		Boolean to enable support for ULPS mode for panels during suspend state.
- qcom,spr-pack-type:		    String to specify the SPR pack type of panel pixel layout
					Expected string for the pack types supported by MDSS are,
					"pentile", "rgbw", "yygm", "yygw"
- qcom,panel-roi-alignment:		Specifies the panel ROI alignment restrictions on its
					left, top, width, height alignments and minimum width and
					height values. This property is specified per timing node to support
@@ -652,6 +655,7 @@ Example:
		qcom,mdss-dsi-bl-max-level = < 15>;
		qcom,mdss-brightness-max-level = <255>;
		qcom,bl-update-flag = "delay_until_first_frame";
		qcom,spr-pack-type = "pentile";
		qcom,mdss-dsi-interleave-mode = <0>;
		qcom,mdss-dsi-panel-type = "dsi_video_mode";
		qcom,mdss-dsi-te-check-enable;
+7 −0
Original line number Diff line number Diff line
@@ -319,6 +319,10 @@ Optional properties:
				corresponding DSPP base.
- qcom,sde-dspp-rc-size:	A u32 value indicating the RC block address range.
- qcom,sde-dspp-rc-mem-size:	A u32 value indicating the RC block shared memory size.
- qcom,sde-dspp-spr-off:    Array of u32 offsets indicate the SPR block offsets from the
                corresponding DSPP block offset as base.
- qcom,sde-dspp-spr-size:    A u32 value indicating the SPR block register address range
- qcom,sde-dspp-spr-version:    A u32 value indicating the version of SPR hardware.
- qcom,sde-vbif-id:		Array of vbif ids corresponding to the
				offsets defined in property: qcom,sde-vbif-off.
- qcom,sde-vbif-default-ot-rd-limit:	A u32 value indicates the default read OT limit
@@ -598,6 +602,9 @@ Example:
    qcom,sde-dspp-rc-version = <0x00010000>;
    qcom,sde-dspp-rc-off = <0x15800 0x14c00>;
    qcom,sde-dspp-rc-size = <0x100>;
    qcom,sde-dspp-spr-off = <0x15400 0x14400>;
    qcom,sde-dspp-spr-size = <0x200>;
    qcom,sde-dspp-spr-version = <0x00010000>:
    qcom,sde-dspp-rc-mem-size = <2720>;
    qcom,sde-dest-scaler-top-off = <0x00061000>;
    qcom,sde-dest-scaler-off = <0x800 0x1000>;
+4 −0
Original line number Diff line number Diff line
@@ -185,6 +185,10 @@
		/* offsets are based off dspp 0 and dspp 1 */
		qcom,sde-dspp-ltm-off = <0x15300 0x14300>;

		qcom,sde-dspp-spr-off = <0x15400 0x14400>;
		qcom,sde-dspp-spr-size = <0x200>;
		qcom,sde-dspp-spr-version = <0x00010000>;

		qcom,sde-uidle-off = <0x80000>;
		qcom,sde-uidle-size = <0x70>;