[PATCH] drm/panel: simple: switch AUO g185han01 typical clock to 135MHz

Lucas Stach l.stach at pengutronix.de
Mon Nov 5 17:08:53 UTC 2018


While 144MHz is listed in the datasheet as the typical pixel clock
this leads to a vrefresh rate of 64Fps, which is not what most people
expect. Change this to 135MHz to provide a more common 60Fps refresh
rate.

Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
---
 drivers/gpu/drm/panel/panel-simple.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index 97964f7f2ace..2243151c4c34 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -661,7 +661,7 @@ static const struct panel_desc auo_g133han01 = {
 };
 
 static const struct display_timing auo_g185han01_timings = {
-	.pixelclock = { 120000000, 144000000, 175000000 },
+	.pixelclock = { 120000000, 135000000, 175000000 },
 	.hactive = { 1920, 1920, 1920 },
 	.hfront_porch = { 18, 60, 74 },
 	.hback_porch = { 12, 44, 54 },
-- 
2.19.1



More information about the dri-devel mailing list