Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261967
b: refs/heads/master
c: 700dee7
h: refs/heads/master
i:
  261965: f608740
  261963: 462682f
  261959: 6c23b5d
  261951: e44f914
v: v3
  • Loading branch information
Tomi Valkeinen committed Jul 25, 2011
1 parent 9b92474 commit 4baf81e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: aac927c93bb353375c74779491e217427cc4d3a9
refs/heads/master: 700dee78dcf7665ca63122049793a96f05d4b3e3
4 changes: 3 additions & 1 deletion trunk/arch/arm/mach-omap2/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <video/omapdss.h>
#include <plat/omap_hwmod.h>
#include <plat/omap_device.h>
#include <plat/omap-pm.h>

static struct platform_device omap_display_device = {
.name = "omapdss",
Expand Down Expand Up @@ -117,7 +118,8 @@ int __init omap_display_init(struct omap_dss_board_info *board_data)
}

pdata.board_data = board_data;
pdata.board_data->get_context_loss_count = NULL;
pdata.board_data->get_context_loss_count =
omap_pm_get_dev_context_loss_count;
pdata.opt_clock_available = opt_clock_available;

for (i = 0; i < oh_count; i++) {
Expand Down

0 comments on commit 4baf81e

Please sign in to comment.