drm/tegra: dc: Remove duplicate plane funcs
authorThierry Reding <treding@nvidia.com>
Wed, 30 Aug 2017 16:04:12 +0000 (18:04 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 13 Dec 2017 12:42:21 +0000 (13:42 +0100)
commit301e0ddb3458255ed0fb3bb1f46b9caf186eafb5
treeba3655df4219feb96d66af3fd8019f3c79d30ae7
parentb652ab1db477f8556c098adb2e5951f36ce1f0c4
drm/tegra: dc: Remove duplicate plane funcs

Both tegra_overlay_plane_funcs is identical to tegra_plane_funcs. Get
rid of the duplicate and use one set of function pointers for all
planes.

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