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>
Thu, 31 Oct 2013 08:55:45 +0000 (09:55 +0100)
commitc40f0f1afcb1dcce7f9fd978fbbc8d8d68cf5e84
treee038523b47f8e4980e121fa7c337018ee90b910c
parent497c56a5817f1610ca189e1dc546934c7ce8eb7d
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