|
|
@@ -154,22 +154,6 @@ static void dss_restore_context(void)
|
|
|
#undef SR
|
|
|
#undef RR
|
|
|
|
|
|
-int dss_get_ctx_loss_count(void)
|
|
|
-{
|
|
|
- struct platform_device *core_pdev = dss_get_core_pdev();
|
|
|
- struct omap_dss_board_info *board_data = core_pdev->dev.platform_data;
|
|
|
- int cnt;
|
|
|
-
|
|
|
- if (!board_data->get_context_loss_count)
|
|
|
- return -ENOENT;
|
|
|
-
|
|
|
- cnt = board_data->get_context_loss_count(&dss.pdev->dev);
|
|
|
-
|
|
|
- WARN_ONCE(cnt < 0, "get_context_loss_count failed: %d\n", cnt);
|
|
|
-
|
|
|
- return cnt;
|
|
|
-}
|
|
|
-
|
|
|
void dss_sdi_init(int datapairs)
|
|
|
{
|
|
|
u32 l;
|