Skip to content

Commit 6ebd2f9

Browse files
ElectryMolyuu
authored andcommitted
dts: qcom: dsi: Specify physical display panel dimensions
* Calculated using https://www.sven.de/dpi/ 6.64" 1080x2340 * Fixes Google Cardboard and other apps that use the xdpi/ydpi * [Molyuu]: Adapt to gauguin which should being caculated by 6.67" 1080x2400 Signed-off-by: Michael Sky <[email protected]>
1 parent 8e42c9a commit 6ebd2f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

arch/arm64/boot/dts/vendor/qcom/dsi-panel-j17-36-02-0a-dsc-video.dtsi

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
qcom,mdss-brightness-max-level = <4095>;
4444
qcom,ulps-enabled;
4545
qcom,mdss-dsi-reset-sequence = <1 5>, <0 1>, <1 10>;
46-
qcom,mdss-pan-physical-width-dimension = <71>;
47-
qcom,mdss-pan-physical-height-dimension = <158>;
46+
qcom,mdss-pan-physical-width-dimension = <70>;
47+
qcom,mdss-pan-physical-height-dimension = <155>;
4848
qcom,mdss-dsi-tx-eot-append;
4949
qcom,bl-update-flag = "delay_until_first_frame";
5050
qcom,disp-panel-offon-mode-enabled;

arch/arm64/boot/dts/vendor/qcom/dsi-panel-j17-42-02-0b-dsc-video.dtsi

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
qcom,mdss-brightness-max-level = <4095>;
4444
qcom,ulps-enabled;
4545
qcom,mdss-dsi-reset-sequence = <1 5>, <0 1>, <1 10>;
46-
qcom,mdss-pan-physical-width-dimension = <71>;
47-
qcom,mdss-pan-physical-height-dimension = <158>;
46+
qcom,mdss-pan-physical-width-dimension = <70>;
47+
qcom,mdss-pan-physical-height-dimension = <155>;
4848
qcom,mdss-dsi-tx-eot-append;
4949
qcom,bl-update-flag = "delay_until_first_frame";
5050
qcom,disp-panel-offon-mode-enabled;

0 commit comments

Comments
 (0)