aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2015-01-28 09:10:48 -0500
committerThierry Reding <treding@nvidia.com>2015-04-02 12:49:21 -0400
commitd0852ab9bb63aaf8e31d39f8819e67ce210d8dbb (patch)
treebc10748e19faf113ff34b89602c6ce2e2df2f113
parent3774363c75fa32cfb415df14b362e0d426418e93 (diff)
drm/tegra: dc: Remove unused callbacks
The ->mode_set() and ->mode_set_base() callbacks are no longer used with full atomic mode-setting drivers, so remove them. Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r--drivers/gpu/drm/tegra/dc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/tegra/dc.c b/drivers/gpu/drm/tegra/dc.c
index e892f8c64bc7..1ec24c37d310 100644
--- a/drivers/gpu/drm/tegra/dc.c
+++ b/drivers/gpu/drm/tegra/dc.c
@@ -1289,9 +1289,7 @@ static void tegra_crtc_atomic_flush(struct drm_crtc *crtc)
1289static const struct drm_crtc_helper_funcs tegra_crtc_helper_funcs = { 1289static const struct drm_crtc_helper_funcs tegra_crtc_helper_funcs = {
1290 .disable = tegra_crtc_disable, 1290 .disable = tegra_crtc_disable,
1291 .mode_fixup = tegra_crtc_mode_fixup, 1291 .mode_fixup = tegra_crtc_mode_fixup,
1292 .mode_set = drm_helper_crtc_mode_set,
1293 .mode_set_nofb = tegra_crtc_mode_set_nofb, 1292 .mode_set_nofb = tegra_crtc_mode_set_nofb,
1294 .mode_set_base = drm_helper_crtc_mode_set_base,
1295 .prepare = tegra_crtc_prepare, 1293 .prepare = tegra_crtc_prepare,
1296 .commit = tegra_crtc_commit, 1294 .commit = tegra_crtc_commit,
1297 .atomic_check = tegra_crtc_atomic_check, 1295 .atomic_check = tegra_crtc_atomic_check,