Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371344
b: refs/heads/master
c: 4fdfdf0
h: refs/heads/master
v: v3
  • Loading branch information
Tomi Valkeinen committed Apr 3, 2013
1 parent eea8dbe commit 01e5152
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 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: a0d269ec0bfab89f7b025bf6e1e596e9a6f9d999
refs/heads/master: 4fdfdf062d896c0afa18aa2d977a933e38c7c96c
11 changes: 3 additions & 8 deletions trunk/drivers/video/omap2/dss/hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,17 +472,12 @@ static void hdmi_compute_pll(struct omap_dss_device *dssdev, int phy,
* Input clock is predivided by N + 1
* out put of which is reference clk
*/
if (dssdev->clocks.hdmi.regn == 0)
pi->regn = HDMI_DEFAULT_REGN;
else
pi->regn = dssdev->clocks.hdmi.regn;

pi->regn = HDMI_DEFAULT_REGN;

refclk = clkin / pi->regn;

if (dssdev->clocks.hdmi.regm2 == 0)
pi->regm2 = HDMI_DEFAULT_REGM2;
else
pi->regm2 = dssdev->clocks.hdmi.regm2;
pi->regm2 = HDMI_DEFAULT_REGM2;

/*
* multiplier is pixel_clk/ref_clk
Expand Down
8 changes: 0 additions & 8 deletions trunk/include/video/omapdss.h
Original file line number Diff line number Diff line change
Expand Up @@ -590,14 +590,6 @@ struct omap_dss_device {
} venc;
} phy;

struct {
struct {
/* regn is one greater than TRM's REGN value */
u16 regn;
u16 regm2;
} hdmi;
} clocks;

struct {
struct omap_video_timings timings;

Expand Down

0 comments on commit 01e5152

Please sign in to comment.