]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/tegra: Introduce tegra_drm_submit()
authorThierry Reding <treding@nvidia.com>
Thu, 10 Oct 2013 09:00:33 +0000 (11:00 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 16 Oct 2013 18:03:06 +0000 (20:03 +0200)
commit596461e9b3395f77e2416062a6611871df0ca5af
tree0f76ba43b568339aa653bf36185510e4385ec244
parent10af926507cea578f2e00e899d3a0078a973135d
drm/tegra: Introduce tegra_drm_submit()

Command stream submissions are the same across all devices that expose
a channel to userspace, so move the code into a generic function.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/drm.c
drivers/gpu/drm/tegra/drm.h
drivers/gpu/drm/tegra/gr2d.c