ARM: tegra: nvrm: add MPE module to nvrm
authorvhiremath <vhiremath@nvidia.com>
Thu, 9 Sep 2010 19:34:32 +0000 (01:04 +0530)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:51:42 +0000 (16:51 -0700)
Change-Id: Ib4465b2e92e1650905fbf2e01847410d60d631da
Signed-off-by: Dima Zavin <dima@android.com>
arch/arm/mach-tegra/nv/nvrm/core/common/nvrm_module_stub.c

index d66fe35451e4041cd2e50f6e5b219b14b3cc472b..8e891e49c7bd991a59abdfa49a67a74db7698a8d 100644 (file)
@@ -145,6 +145,11 @@ void NvRmModuleGetBaseAddress( NvRmDeviceHandle hRmDeviceHandle, NvRmModuleID Mo
                *pSize = 256 * 1024;
                break;
 
+       case NvRmModuleID_Mpe:
+               *pBaseAddress = 0x54040000;
+               *pSize = 256 * 1024;
+               break;
+
        case NvRmModuleID_Vcp:
                *pBaseAddress = 0x6000e000;
                *pSize = 4096;