Skip to content

Commit

Permalink
drivers/gpu/drm/panel:Modified the timing of 11.9inch to fix the iss…
Browse files Browse the repository at this point in the history
…ue that 11.9inch was displayed abnormally

Signed-off-by: eng33 <[email protected]>
  • Loading branch information
eng33 authored and pelwell committed Jan 17, 2024
1 parent 7af1e18 commit aec3f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/panel/panel-waveshare-dsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ static const struct drm_display_mode ws_panel_11_9_mode = {
.hdisplay = 320,
.hsync_start = 320 + 60,
.hsync_end = 320 + 60 + 60,
.htotal = 320 + 60 + 60 + 120,
.htotal = 320 + 60 + 60 + 60,
.vdisplay = 1480,
.vsync_start = 1480 + 60,
.vsync_end = 1480 + 60 + 60,
Expand Down

0 comments on commit aec3f9b

Please sign in to comment.