diff options
author | Misael Lopez Cruz <misael.lopez@ti.com> | 2011-09-02 13:43:28 -0500 |
---|---|---|
committer | Simon Wilson <simonwilson@google.com> | 2011-09-07 20:03:23 -0700 |
commit | 434f09e1dfc8609f9b3e12f70d79b210f0a08f4e (patch) | |
tree | ff0e5f3b09caa476900ca8694a8349c8ea69fedb /arch/arm/mach-omap2/devices.c | |
parent | 12973c2fb585445ef6508c2e1ddf350ea9f4edf2 (diff) | |
download | kernel_samsung_tuna-434f09e1dfc8609f9b3e12f70d79b210f0a08f4e.zip kernel_samsung_tuna-434f09e1dfc8609f9b3e12f70d79b210f0a08f4e.tar.gz kernel_samsung_tuna-434f09e1dfc8609f9b3e12f70d79b210f0a08f4e.tar.bz2 |
OMAP4: AESS: Set context loss query to pdata
Use PM framework context loss tracking function to determine
if ABE firmware needs to be reloaded or not.
Change-Id: I29b2b40859152efedcab5bec5ec05bf7affdc1fa
Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/devices.c')
-rw-r--r-- | arch/arm/mach-omap2/devices.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index 199cbd9..0482ccc 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c @@ -373,6 +373,7 @@ static void omap_init_aess(void) } pdata->device_scale = omap_device_scale; + pdata->was_context_lost = omap_pm_was_context_lost; od = omap_device_build(dev_name, -1, oh, pdata, sizeof(struct omap4_abe_dsp_pdata), |