Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310299
b: refs/heads/master
c: 31e8dfe
h: refs/heads/master
i:
  310297: d745052
  310295: 4456bc3
v: v3
  • Loading branch information
Grazvydas Ignotas authored and Tomi Valkeinen committed Apr 23, 2012
1 parent 6d49594 commit 38e34c7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4b6430fc98cfe051eab69f4696a608bba14ebd6c
refs/heads/master: 31e8dfe14871f08d335e6884cb2b96f2679c1ebe
15 changes: 15 additions & 0 deletions trunk/drivers/video/omap2/displays/panel-tpo-td043mtea1.c
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,18 @@ static void tpo_td043_remove(struct omap_dss_device *dssdev)
gpio_free(nreset_gpio);
}

static void tpo_td043_set_timings(struct omap_dss_device *dssdev,
struct omap_video_timings *timings)
{
dpi_set_timings(dssdev, timings);
}

static int tpo_td043_check_timings(struct omap_dss_device *dssdev,
struct omap_video_timings *timings)
{
return dpi_check_timings(dssdev, timings);
}

static struct omap_dss_driver tpo_td043_driver = {
.probe = tpo_td043_probe,
.remove = tpo_td043_remove,
Expand All @@ -484,6 +496,9 @@ static struct omap_dss_driver tpo_td043_driver = {
.set_mirror = tpo_td043_set_hmirror,
.get_mirror = tpo_td043_get_hmirror,

.set_timings = tpo_td043_set_timings,
.check_timings = tpo_td043_check_timings,

.driver = {
.name = "tpo_td043mtea1_panel",
.owner = THIS_MODULE,
Expand Down

0 comments on commit 38e34c7

Please sign in to comment.