mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 07:40:54 +07:00
ARM: SMDKC100: fix frame buffer definitions
The definition of the framebuffer parameters was created when s3c-fb.c driver was patched to support setting the refresh rate directly (commit600ce1a0fa
). That patch was completely wrong and was reverted in commiteb29a5cc0b
what breaked the framebuffer on s5pc100. This patch updates framebuffer definitions to correct values. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
This commit is contained in:
parent
504d36e91a
commit
08d08fadde
@ -118,8 +118,7 @@ static struct platform_device smdkc100_lcd_powerdev = {
|
||||
static struct s3c_fb_pd_win smdkc100_fb_win0 = {
|
||||
/* this is to ensure we use win0 */
|
||||
.win_mode = {
|
||||
.refresh = 70,
|
||||
.pixclock = (8+13+3+800)*(7+5+1+480),
|
||||
.pixclock = 1000000000000ULL / ((8+13+3+800)*(7+5+1+480)*80),
|
||||
.left_margin = 8,
|
||||
.right_margin = 13,
|
||||
.upper_margin = 7,
|
||||
|
Loading…
Reference in New Issue
Block a user