Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333438
b: refs/heads/master
c: 75435c7
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han authored and Florian Tobias Schandinat committed Aug 23, 2012
1 parent f7e23cb commit d516240
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1ec7be9c9f3ee416d5c97c1c649f3cba9e41ee1d
refs/heads/master: 75435c742bc97373399002d75d71bb1c8f8637bf
3 changes: 3 additions & 0 deletions trunk/drivers/video/exynos/exynos_dp_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ static int exynos_dp_init_dp(struct exynos_dp_device *dp)

exynos_dp_swreset(dp);

exynos_dp_init_analog_param(dp);
exynos_dp_init_interrupt(dp);

/* SW defined function Normal operation */
exynos_dp_enable_sw_function(dp);

Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/video/exynos/exynos_dp_reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,6 @@ void exynos_dp_reset(struct exynos_dp_device *dp)
writel(0x2, dp->reg_base + EXYNOS_DP_M_AUD_GEN_FILTER_TH);

writel(0x00000101, dp->reg_base + EXYNOS_DP_SOC_GENERAL_CTL);

exynos_dp_init_analog_param(dp);
exynos_dp_init_interrupt(dp);
}

void exynos_dp_swreset(struct exynos_dp_device *dp)
Expand Down

0 comments on commit d516240

Please sign in to comment.