public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] OMAP: DISPC: Enable dispc wake up capability
@ 2008-08-15  9:31 Jouni Hogander
  2008-08-20 11:59 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Jouni Hogander @ 2008-08-15  9:31 UTC (permalink / raw)
  To: linux-omap

Without wakeup enable omap doesn't wake up on dispc interrupts. This
causes problems in a case where mpu is in sleep state and dispc
interrupt fires.

Signed-off-by: Jouni Hogander <jouni.hogander@nokia.com>
---
 drivers/video/omap/dispc.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/video/omap/dispc.c b/drivers/video/omap/dispc.c
index 3d64314..d232ea9 100644
--- a/drivers/video/omap/dispc.c
+++ b/drivers/video/omap/dispc.c
@@ -1393,10 +1393,10 @@ static int omap_dispc_init(struct omapfb_device *fbdev, int ext_mode,
 		enable_digit_clocks(0);
 	}
 
-	/* Enable smart idle and autoidle */
+	/* Enable smart standby/idle, autoidle and wakeup */
 	l = dispc_read_reg(DISPC_SYSCONFIG);
 	l &= ~((3 << 12) | (3 << 3));
-	l |= (2 << 12) | (2 << 3) | (1 << 0);
+	l |= (2 << 12) | (2 << 3) | (1 << 2) | (1 << 0);
 	dispc_write_reg(DISPC_SYSCONFIG, l);
 	omap_writel(1 << 0, DSS_BASE + DSS_SYSCONFIG);
 
-- 
1.5.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] OMAP: DISPC: Enable dispc wake up capability
  2008-08-15  9:31 [PATCH] OMAP: DISPC: Enable dispc wake up capability Jouni Hogander
@ 2008-08-20 11:59 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2008-08-20 11:59 UTC (permalink / raw)
  To: Jouni Hogander; +Cc: linux-omap

* Jouni Hogander <jouni.hogander@nokia.com> [080815 12:51]:
> Without wakeup enable omap doesn't wake up on dispc interrupts. This
> causes problems in a case where mpu is in sleep state and dispc
> interrupt fires.

Pushing today.

Tony

> Signed-off-by: Jouni Hogander <jouni.hogander@nokia.com>
> ---
>  drivers/video/omap/dispc.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/video/omap/dispc.c b/drivers/video/omap/dispc.c
> index 3d64314..d232ea9 100644
> --- a/drivers/video/omap/dispc.c
> +++ b/drivers/video/omap/dispc.c
> @@ -1393,10 +1393,10 @@ static int omap_dispc_init(struct omapfb_device *fbdev, int ext_mode,
>  		enable_digit_clocks(0);
>  	}
>  
> -	/* Enable smart idle and autoidle */
> +	/* Enable smart standby/idle, autoidle and wakeup */
>  	l = dispc_read_reg(DISPC_SYSCONFIG);
>  	l &= ~((3 << 12) | (3 << 3));
> -	l |= (2 << 12) | (2 << 3) | (1 << 0);
> +	l |= (2 << 12) | (2 << 3) | (1 << 2) | (1 << 0);
>  	dispc_write_reg(DISPC_SYSCONFIG, l);
>  	omap_writel(1 << 0, DSS_BASE + DSS_SYSCONFIG);
>  
> -- 
> 1.5.5
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-20 13:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-15  9:31 [PATCH] OMAP: DISPC: Enable dispc wake up capability Jouni Hogander
2008-08-20 11:59 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox