]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
video: tegra: host: remove unused code
authorDeepak Nibade <dnibade@nvidia.com>
Wed, 12 Feb 2014 09:15:16 +0000 (14:45 +0530)
committerTerje Bergstrom <tbergstrom@nvidia.com>
Fri, 14 Feb 2014 08:10:00 +0000 (00:10 -0800)
commitaf9e23f43b59ce87387507f2b8fae20a0a0e27bd
tree7f9d432e9a3318092ab317af2da06b87f6d9e131
parent42954f63cfe31b3ef9b6cb93c653fb132b8dafa1
video: tegra: host: remove unused code

remove below unused functions which were using memmgr
nvhost_cdma_push_gather()
push_buffer_push_to()

We have been using below new versions of above APIs
using iova/cpuva
_nvhost_cdma_push_gather()
_push_buffer_push_to()

Use new version everywhere and rename them again to
nvhost_cdma_push_gather()
push_buffer_push_to()

remove client_handle from push_buffer since we are no
longer using it

Bug 1450489

Change-Id: I24d1a602c0eabe1affb9fef3ff65a8ef5e960e2a
Signed-off-by: Deepak Nibade <dnibade@nvidia.com>
Reviewed-on: http://git-master/r/367621
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
drivers/video/tegra/host/chip_support.h
drivers/video/tegra/host/gr3d/gr3d.c
drivers/video/tegra/host/gr3d/gr3d_t114.c
drivers/video/tegra/host/host1x/host1x_cdma.c
drivers/video/tegra/host/host1x/host1x_channel.c
drivers/video/tegra/host/nvhost_cdma.c
drivers/video/tegra/host/nvhost_cdma.h
drivers/video/tegra/host/user_hwctx.c
drivers/video/tegra/host/vic03/vic03.c