Skip to content

Commit ddd6afe

Browse files
MWPpopcornmix
authored andcommitted
Update panel-ilitek-ili9881c.c
Correcting display dimension typo
1 parent 4e4cd4e commit ddd6afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2314,7 +2314,7 @@ static const struct drm_display_mode cfaf7201280a0_050tx_default_mode = {
23142314
.vsync_end = 1280 + 16 + 8,
23152315
.vtotal = 1280 + 16 + 8 + 16,
23162316
.width_mm = 62,
2317-
.height_mm = 1108
2317+
.height_mm = 110,
23182318
};
23192319

23202320
static const struct drm_display_mode rpi_5inch_default_mode = {

0 commit comments

Comments
 (0)