From: vhiremath Date: Thu, 9 Sep 2010 19:34:32 +0000 (+0530) Subject: ARM: tegra: nvrm: add MPE module to nvrm X-Git-Tag: firefly_0821_release~9834^2~550 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6deab08b98b2181e19e4f1902b0f2e183d4c8d46;p=firefly-linux-kernel-4.4.55.git ARM: tegra: nvrm: add MPE module to nvrm Change-Id: Ib4465b2e92e1650905fbf2e01847410d60d631da Signed-off-by: Dima Zavin --- diff --git a/arch/arm/mach-tegra/nv/nvrm/core/common/nvrm_module_stub.c b/arch/arm/mach-tegra/nv/nvrm/core/common/nvrm_module_stub.c index d66fe35451e4..8e891e49c7bd 100644 --- a/arch/arm/mach-tegra/nv/nvrm/core/common/nvrm_module_stub.c +++ b/arch/arm/mach-tegra/nv/nvrm/core/common/nvrm_module_stub.c @@ -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;