Skip to content

Commit

Permalink
drm: panel: update raspits tc358762 modeline
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Wang <ken@radxa.com>
  • Loading branch information
Ken-Vamrs committed Dec 4, 2023
1 parent fd3f360 commit b89aa99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/panel/panel-raspits-tc358762.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ static const struct drm_display_mode raspits_tc358762_mode = {
.hdisplay = 800,
.hsync_start = 800 + 1,
.hsync_end = 800 + 1 + 2,
.htotal = 800 + 1 + 2 + 48,
.htotal = 800 + 1 + 2 + 37,
.vdisplay = 480,
.vsync_start = 480 + 7,
.vsync_end = 480 + 7 + 2,
Expand Down

0 comments on commit b89aa99

Please sign in to comment.