Files
build/patch/kernel/archive/sunxi-5.15/patches.armbian/drv-gpu-panel-simple-Fix-lcd_olinuxino_10-timings.patch
The-going 990798c3fb Patching sunxi 5.15 (#3460)
* Remove an aged patch from use #3443

Allwinner-Add-frame-inversion-to-correct-audio-chann.patch

* Rename and prepare for the series 5.15

* Split and rename files for sun50i-h616-dtsi

* Split and rename files for sunxi overlays

* Remove mutually exclusive patches

* Add fifty redesigned patches to the series

Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>

* Remove fifty-four old patches

* Fix compile error

* Delete unused ones and sort if possible for megous series

* sunxi-5.15: Sort, fix compile warning, remove unused

* Rework print log for patching
2022-02-05 21:53:26 +01:00

28 lines
929 B
Diff

From 1643b589ebb8a085707c3640043ff5d7059029e4 Mon Sep 17 00:00:00 2001
From: hehopmajieh <hehopmajieh@debian.bg>
Date: Thu, 9 Apr 2020 15:19:06 +0300
Subject: [PATCH 17/50] drv:gpu:panel-simple Fix lcd_olinuxino_10 timings
---
drivers/gpu/drm/panel/panel-simple.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index 542c05c89..7b457e24d 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -3587,8 +3587,8 @@ static const struct panel_desc olimex_lcd_olinuxino_7 = {
static const struct drm_display_mode olimex_lcd_olinuxino_10_mode = {
.clock = 45000,
.hdisplay = 1024,
- .hsync_start = 1024 + 10,
- .hsync_end = 1024 + 10 + 6,
+ .hsync_start = 1024 + 16,
+ .hsync_end = 1024 + 16 + 1,
.htotal = 1024 + 10 + 6 + 160,
.vdisplay = 600,
.vsync_start = 600 + 1,
--
2.34.1