Skip to content

Commit

Permalink
Aligh IPU interlaced display signal with CEA-861 specification.
Browse files Browse the repository at this point in the history
  • Loading branch information
Li Qiang authored and mk01 committed Oct 21, 2015
1 parent ac17eb1 commit b6eaaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mxc/ipu3/ipu_disp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ int32_t ipu_init_sync_panel(struct ipu_soc *ipu, int disp, uint32_t pixel_clk,
_ipu_di_sync_config(ipu,
disp, /* display */
DI_SYNC_AFIELD, /* counter */
v_total/2 - 1, /* run count */
(v_total/2 + 1) - 1, /* run count */
DI_SYNC_HSYNC, /* run_resolution */
h_total/2, /* offset */
DI_SYNC_CLK, /* offset resolution */
Expand Down

0 comments on commit b6eaaf2

Please sign in to comment.