Skip to content

Commit

Permalink
Merge branch 'fixes' of git://linuxtv.org/pinchartl/fbdev into fbdev-…
Browse files Browse the repository at this point in the history
…next
  • Loading branch information
Florian Tobias Schandinat authored and Florian Tobias Schandinat committed Apr 29, 2012
2 parents 53027cd + aac63a4 commit 3499b1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/video/exynos/exynos_mipi_dsi_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -738,11 +738,11 @@ int exynos_mipi_dsi_set_display_mode(struct mipi_dsim_device *dsim,
if (dsim_config->auto_vertical_cnt == 0) {
exynos_mipi_dsi_set_main_disp_vporch(dsim,
dsim_config->cmd_allow,
timing->upper_margin,
timing->lower_margin);
timing->lower_margin,
timing->upper_margin);
exynos_mipi_dsi_set_main_disp_hporch(dsim,
timing->left_margin,
timing->right_margin);
timing->right_margin,
timing->left_margin);
exynos_mipi_dsi_set_main_disp_sync_area(dsim,
timing->vsync_len,
timing->hsync_len);
Expand Down

0 comments on commit 3499b1d

Please sign in to comment.