Skip to content
Snippets Groups Projects
Commit b62c150c authored by Gerald Loacker's avatar Gerald Loacker Committed by Neil Armstrong
Browse files

drm/panel: sitronix-st7789v: fix display size for jt240mhqs_hwt_ek_e3 panel

parent 2ba50582
No related branches found
No related tags found
No related merge requests found
...@@ -289,8 +289,8 @@ static const struct drm_display_mode jt240mhqs_hwt_ek_e3_mode = { ...@@ -289,8 +289,8 @@ static const struct drm_display_mode jt240mhqs_hwt_ek_e3_mode = {
.vsync_start = 280 + 48, .vsync_start = 280 + 48,
.vsync_end = 280 + 48 + 4, .vsync_end = 280 + 48 + 4,
.vtotal = 280 + 48 + 4 + 4, .vtotal = 280 + 48 + 4 + 4,
.width_mm = 43, .width_mm = 37,
.height_mm = 37, .height_mm = 43,
.flags = DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC, .flags = DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC,
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment