Home
last modified time | relevance | path

Searched refs:gfx_pwrdm (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/mach-omap2/
H A Dpm33xx-core.c35 static struct powerdomain *cefuse_pwrdm, *gfx_pwrdm, *per_pwrdm, *mpu_pwrdm; variable
82 gfx_pwrdm = pwrdm_lookup("gfx_pwrdm"); in amx3_common_init()
86 if ((!gfx_pwrdm) || (!per_pwrdm) || (!mpu_pwrdm)) in amx3_common_init()
140 omap_set_pwrdm_state(gfx_pwrdm, PWRDM_POWER_OFF); in amx3_pre_suspend_common()
150 status = pwrdm_read_pwrst(gfx_pwrdm); in amx3_post_suspend_common()