These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.12.y With the following command: git format-patch -N v6.12.27..HEAD (HEAD -> 8d3206ee456a5ecdf9ddbfd8e5e231e4f0cd716e) Exceptions: - (def)configs patches - github workflows patches - applied & reverted patches - readme patches - wireless patches Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
21 lines
685 B
Diff
21 lines
685 B
Diff
From fbe3981e525cc201b1c5b34d1c495a084ced5db5 Mon Sep 17 00:00:00 2001
|
|
From: Mark W <mwp@mwp.id.au>
|
|
Date: Tue, 6 May 2025 17:08:02 +0930
|
|
Subject: [PATCH] Update panel-ilitek-ili9881c.c
|
|
|
|
Correcting display dimension typo
|
|
---
|
|
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
|
|
+++ b/drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
|
|
@@ -2306,7 +2306,7 @@ static const struct drm_display_mode cfa
|
|
.vsync_end = 1280 + 16 + 8,
|
|
.vtotal = 1280 + 16 + 8 + 16,
|
|
.width_mm = 62,
|
|
- .height_mm = 1108
|
|
+ .height_mm = 110,
|
|
};
|
|
|
|
static const struct drm_display_mode rpi_5inch_default_mode = {
|