aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/display.c
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2011-05-23 15:46:54 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2011-06-06 10:23:21 +0300
commitb53398edceec6cc8e18f634133169618ab50d943 (patch)
tree81ebdd87537975ce835cd35ffe7bd6bf08780ca0 /arch/arm/mach-omap2/display.c
parentdb502f44d90b21480cc3d9beff86e98230a5505f (diff)
downloadkernel_samsung_tuna-b53398edceec6cc8e18f634133169618ab50d943.zip
kernel_samsung_tuna-b53398edceec6cc8e18f634133169618ab50d943.tar.gz
kernel_samsung_tuna-b53398edceec6cc8e18f634133169618ab50d943.tar.bz2
OMAP: DSS2: rewrite use of context_loss_count
The function to get device's context loss count has changed from omap_pm_get_last_off_on_transaction_id() to omap_pm_get_dev_context_loss_count() Change name of the function pointer in omapdss.h accordingly, and use the term "context loss count" instead of "context id" in the code. Restructure the context loss count functions to handle errors properly, and ensure that context is always considered lost if an error happens. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/display.c')
-rw-r--r--arch/arm/mach-omap2/display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/display.c b/arch/arm/mach-omap2/display.c
index 543fcb8..084a51b 100644
--- a/arch/arm/mach-omap2/display.c
+++ b/arch/arm/mach-omap2/display.c
@@ -117,7 +117,7 @@ int __init omap_display_init(struct omap_dss_board_info *board_data)
}
pdata.board_data = board_data;
- pdata.board_data->get_last_off_on_transaction_id = NULL;
+ pdata.board_data->get_context_loss_count = NULL;
pdata.opt_clock_available = opt_clock_available;
for (i = 0; i < oh_count; i++) {