Skip to content

Commit a1418cc

Browse files
singhomeleeasus-leslieyu
authored andcommitted
mipi-dsi: powertip panel show abnormal screen on some specific tinker boards.
modify display timing to fix this issue. Change-Id: Ic2c00670d5ba8f1129350cf74ea06829aed988ce
1 parent 6290eb7 commit a1418cc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

drivers/gpu/drm/panel/panel-asus-ili9881c.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -876,18 +876,18 @@ static int ili9881c_unprepare(struct drm_panel *panel)
876876
}
877877

878878
static const struct drm_display_mode asus_ili9881c_default_mode_7inch= {
879-
.clock = 66000,
879+
.clock = 60000,
880880
.vrefresh = 60,
881881

882882
.hdisplay = 720,
883883
.hsync_start = 720 + 8,
884-
.hsync_end = 720 + 8 + 55,
885-
.htotal = 720 + 8 + 55 + 55,
884+
.hsync_end = 720 + 8 + 20,
885+
.htotal = 720 + 8 + 20 + 20,
886886

887887
.vdisplay = 1280,
888888
.vsync_start = 1280 + 8,
889-
.vsync_end = 1280 + 8 + 20,
890-
.vtotal = 1280 + 8 + 20 + 20,
889+
.vsync_end = 1280 + 8 + 10,
890+
.vtotal = 1280 + 8 + 10 + 10,
891891
.flags = DRM_MODE_FLAG_NVSYNC | DRM_MODE_FLAG_NHSYNC,
892892
};
893893

0 commit comments

Comments
 (0)