mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
[Wetek.Play/amlkernel] - fix pixelclock for 23.976hz mode based on CEA-861B
This commit is contained in:
parent
a90874b420
commit
4a85aa3e70
@ -0,0 +1,11 @@
|
||||
--- a/drivers/amlogic/display/vout/tvconf.c.orig 2015-01-14 22:43:43.861634189 +0100
|
||||
+++ b/drivers/amlogic/display/vout/tvconf.c 2015-01-14 22:46:45.289865564 +0100
|
||||
@@ -390,7 +390,7 @@
|
||||
.aspect_ratio_den = 9,
|
||||
.sync_duration_num = 2397,
|
||||
.sync_duration_den = 100,
|
||||
- .video_clk = 74250000,
|
||||
+ .video_clk = 74176000,//74250000,
|
||||
},
|
||||
#endif
|
||||
{ /* VMODE_4K2K_30HZ */
|
Loading…
x
Reference in New Issue
Block a user