drm: tegra: Rely on the default ->best_encoder() behavior
All outputs have a 1:1 relationship between connectors and encoders and the driver is relying on the atomic helpers: we can drop the custom ->best_encoder() implementation and let the core call drm_atomic_helper_best_encoder() for us. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1465300095-16971-14-git-send-email-boris.brezillon@free-electrons.com
This commit is contained in:

committed by
Daniel Vetter

parent
99410f3594
commit
26b4ee34e7
@@ -239,8 +239,6 @@ int tegra_output_init(struct drm_device *drm, struct tegra_output *output);
|
||||
void tegra_output_exit(struct tegra_output *output);
|
||||
|
||||
int tegra_output_connector_get_modes(struct drm_connector *connector);
|
||||
struct drm_encoder *
|
||||
tegra_output_connector_best_encoder(struct drm_connector *connector);
|
||||
enum drm_connector_status
|
||||
tegra_output_connector_detect(struct drm_connector *connector, bool force);
|
||||
void tegra_output_connector_destroy(struct drm_connector *connector);
|
||||
|
Reference in New Issue
Block a user