Commit c9424076 authored by Raphael Gallais-Pou's avatar Raphael Gallais-Pou Committed by Neil Armstrong
Browse files

drm/panel: simple: push blanking limit on RK32FN48H

parent 536090b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3543,10 +3543,10 @@ static const struct display_timing rocktech_rk043fn48h_timing = {
	.pixelclock = { 6000000, 9000000, 12000000 },
	.hactive = { 480, 480, 480 },
	.hback_porch = { 8, 43, 43 },
	.hfront_porch = { 2, 8, 8 },
	.hfront_porch = { 2, 8, 10 },
	.hsync_len = { 1, 1, 1 },
	.vactive = { 272, 272, 272 },
	.vback_porch = { 2, 12, 12 },
	.vback_porch = { 2, 12, 26 },
	.vfront_porch = { 1, 4, 4 },
	.vsync_len = { 1, 10, 10 },
	.flags = DISPLAY_FLAGS_VSYNC_LOW | DISPLAY_FLAGS_HSYNC_LOW |