summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2011-12-13 09:28:17 +0200
committerVarun Wadekar <vwadekar@nvidia.com>2011-12-15 12:12:28 +0530
commit0906482aa3e33187e3430c1c517fbdbccd1843f2 (patch)
treed1f443912aae8c8764691799152cf19484044965 /drivers
parent0f1d46a161fe309f50fad0b0c93115f0759fb1df (diff)
video: tegra: host: Enable multiple MPE contexts
Enable multiple contexts for MPE. Bug 827192 Change-Id: I112ddbdc099efdce3f214161ae454bce34158dc7 Reviewed-on: http://git-master/r/69690 Reviewed-by: Lokesh Pathak <lpathak@nvidia.com> Tested-by: Lokesh Pathak <lpathak@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/tegra/host/t20/channel_t20.c1
-rw-r--r--drivers/video/tegra/host/t30/channel_t30.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/tegra/host/t20/channel_t20.c b/drivers/video/tegra/host/t20/channel_t20.c
index f78210c7596a..dfb6b2539912 100644
--- a/drivers/video/tegra/host/t20/channel_t20.c
+++ b/drivers/video/tegra/host/t20/channel_t20.c
@@ -122,7 +122,6 @@ const struct nvhost_channeldesc nvhost_t20_channelmap[] = {
.waitbases = BIT(NVWAITBASE_MPE),
.class = NV_VIDEO_ENCODE_MPEG_CLASS_ID,
.waitbasesync = true,
- .exclusive = true,
.keepalive = true,
.module = {
.prepare_poweroff = nvhost_mpectx_prepare_power_off,
diff --git a/drivers/video/tegra/host/t30/channel_t30.c b/drivers/video/tegra/host/t30/channel_t30.c
index ef346181c0c7..fbd0227ad513 100644
--- a/drivers/video/tegra/host/t30/channel_t30.c
+++ b/drivers/video/tegra/host/t30/channel_t30.c
@@ -132,7 +132,6 @@ const struct nvhost_channeldesc nvhost_t30_channelmap[] = {
.waitbases = BIT(NVWAITBASE_MPE),
.class = NV_VIDEO_ENCODE_MPEG_CLASS_ID,
.waitbasesync = true,
- .exclusive = true,
.keepalive = true,
.module = {
.prepare_poweroff = nvhost_mpectx_prepare_power_off,