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>
This commit is contained in:
@@ -1289,9 +1289,7 @@ static void tegra_crtc_atomic_flush(struct drm_crtc *crtc)
|
|||||||
static const struct drm_crtc_helper_funcs tegra_crtc_helper_funcs = {
|
static const struct drm_crtc_helper_funcs tegra_crtc_helper_funcs = {
|
||||||
.disable = tegra_crtc_disable,
|
.disable = tegra_crtc_disable,
|
||||||
.mode_fixup = tegra_crtc_mode_fixup,
|
.mode_fixup = tegra_crtc_mode_fixup,
|
||||||
.mode_set = drm_helper_crtc_mode_set,
|
|
||||||
.mode_set_nofb = tegra_crtc_mode_set_nofb,
|
.mode_set_nofb = tegra_crtc_mode_set_nofb,
|
||||||
.mode_set_base = drm_helper_crtc_mode_set_base,
|
|
||||||
.prepare = tegra_crtc_prepare,
|
.prepare = tegra_crtc_prepare,
|
||||||
.commit = tegra_crtc_commit,
|
.commit = tegra_crtc_commit,
|
||||||
.atomic_check = tegra_crtc_atomic_check,
|
.atomic_check = tegra_crtc_atomic_check,
|
||||||
|
Reference in New Issue
Block a user