public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] OMAP3 powerdomains: remove RET from SGX power states list
@ 2008-11-05 19:39 Paul Walmsley
  2008-11-06  3:33 ` Tony Lindgren
  0 siblings, 1 reply; 19+ messages in thread
From: Paul Walmsley @ 2008-11-05 19:39 UTC (permalink / raw)
  To: linux-omap
  Cc: Högander Jouni, Stoppa Igor (Nokia-D/Helsinki), Kevin Hilman,
	Sawant, Anand, Poussa Sakari


The SGX device on OMAP3 does not support retention, so remove RET from the 
list of possible SGX power states.  Problem debugged by Richard Woodruff 
<r-woodruff2@ti.com>.
    
Signed-off-by: Richard Woodruff <r-woodruff2@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>

diff --git a/arch/arm/mach-omap2/powerdomains34xx.h b/arch/arm/mach-omap2/powerdomains34xx.h
index 446a1ed..edfad42 100644
--- a/arch/arm/mach-omap2/powerdomains34xx.h
+++ b/arch/arm/mach-omap2/powerdomains34xx.h
@@ -255,6 +255,11 @@ static struct powerdomain dss_pwrdm = {
 	},
 };
 
+/*
+ * Although the 34XX TRM Rev K Table 4-371 notes that retention is a
+ * possible SGX powerstate, the SGX device itself does not support
+ * retention.
+ */
 static struct powerdomain sgx_pwrdm = {
 	.name		  = "sgx_pwrdm",
 	.prcm_offs	  = OMAP3430ES2_SGX_MOD,
@@ -262,7 +267,7 @@ static struct powerdomain sgx_pwrdm = {
 	.wkdep_srcs	  = gfx_sgx_wkdeps,
 	.sleepdep_srcs	  = cam_gfx_sleepdeps,
 	/* XXX This is accurate for 3430 SGX, but what about GFX? */
-	.pwrsts		  = PWRSTS_OFF_RET_ON,
+	.pwrsts		  = PWRSTS_OFF_ON,
 	.pwrsts_logic_ret = PWRDM_POWER_RET,
 	.banks		  = 1,
 	.pwrsts_mem_ret	  = {

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

end of thread, other threads:[~2008-11-19 22:08 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-05 19:39 [PATCH] OMAP3 powerdomains: remove RET from SGX power states list Paul Walmsley
2008-11-06  3:33 ` Tony Lindgren
2008-11-06 11:08   ` Paul Walmsley
2008-11-06 17:01     ` Tony Lindgren
2008-11-07 15:01     ` Högander Jouni
2008-11-10 14:45       ` Paul Walmsley
2008-11-11  7:55         ` Högander Jouni
2008-11-11 22:00           ` Kevin Hilman
2008-11-12  8:20             ` Högander Jouni
2008-11-14  8:38             ` [PATCH] OMAP3: PM: Check in set_pwrdm_state that target state is supported by pwrdm Jouni Hogander
2008-11-14 17:37               ` Paul Walmsley
2008-11-15  3:27                 ` Paul Walmsley
2008-11-17  8:18                   ` [PATCH] OMAP3: PM: Check in set_pwrdm_state that target state is supported by pwrdm v2 Jouni Hogander
2008-11-18 18:27                     ` Paul Walmsley
2008-11-18 23:55                       ` Kevin Hilman
2008-11-19 18:04                         ` Tony Lindgren
2008-11-12 19:07           ` [PATCH] OMAP3 powerdomains: remove RET from SGX power states list Paul Walmsley
2008-11-19 21:54             ` Steve Sakoman
2008-11-19 22:08               ` Kevin Hilman

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