ARM: tegra: nvrm: add MPE module to nvrm

Change-Id: Ib4465b2e92e1650905fbf2e01847410d60d631da
Signed-off-by: Dima Zavin <dima@android.com>
This commit is contained in:
vhiremath
2010-09-10 01:04:32 +05:30
committed by Colin Cross
parent 7a03e1433e
commit 6deab08b98

View 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;