summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/t114/t114.c
diff options
context:
space:
mode:
authorDeepak Nibade <dnibade@nvidia.com>2014-01-28 16:50:05 +0530
committerTerje Bergstrom <tbergstrom@nvidia.com>2014-02-13 22:14:39 -0800
commit4cee1d17b01019cc122acf21604d4f01ac6f7474 (patch)
tree60455d1a4201e55b313e086212051df6f7265dd3 /drivers/video/tegra/host/t114/t114.c
parenteae55c8e4cbb65e3ed1a8c8ef8150d8a6ba938bf (diff)
video: tegra: host: remove static syncpt mappings
remove static mappings of syncpt ids, syncpt names, and client managed syncpts Bug 1305024 Change-Id: Ie457462e621e1fb39b484872fcf7556824fedc67 Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: http://git-master/r/360966 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Shridhar Rasal <srasal@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/video/tegra/host/t114/t114.c')
-rw-r--r--drivers/video/tegra/host/t114/t114.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/video/tegra/host/t114/t114.c b/drivers/video/tegra/host/t114/t114.c
index 24c35531dc7a..8a3218f1da4c 100644
--- a/drivers/video/tegra/host/t114/t114.c
+++ b/drivers/video/tegra/host/t114/t114.c
@@ -70,30 +70,11 @@ static struct resource tegra_host1x02_resources[] = {
},
};
-static const char *s_syncpt_names[32] = {
- "gfx_host",
- "", "", "", "", "", "", "",
- "disp0_a", "disp1_a", "avp_0",
- "csi_vi_0", "csi_vi_1",
- "vi_isp_0", "vi_isp_1", "vi_isp_2", "vi_isp_3", "vi_isp_4",
- "2d_0", "2d_1",
- "disp0_b", "disp1_b",
- "3d",
- "msenc",
- "disp0_c", "disp1_c",
- "vblank0", "vblank1",
- "tsec", "msenc_unused",
- "2d_tinyblt",
- "dsi"
-};
-
static struct host1x_device_info host1x02_info = {
.nb_channels = 9,
.nb_pts = 32,
.nb_mlocks = 16,
.nb_bases = 12,
- .syncpt_names = s_syncpt_names,
- .client_managed = NVSYNCPTS_CLIENT_MANAGED,
};
struct nvhost_device_data t11_host1x_info = {