Skip to content

Commit

Permalink
drm/tinydrm: Remove explicit .best_encoder assignment
Browse files Browse the repository at this point in the history
Since the driver is relying on the atomic helpers, remove the explicit
.best_encoder assignment and let the core call
drm_atomic_helper_best_encoder().

Signed-off-by: Haneen Mohammed <hamohammed.sa@gmail.com>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20171010205858.GA4806@Haneen
  • Loading branch information
haneensa authored and notro committed Oct 13, 2017
1 parent e43e818 commit 9205281
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/tinydrm/core/tinydrm-pipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ static int tinydrm_connector_get_modes(struct drm_connector *connector)

static const struct drm_connector_helper_funcs tinydrm_connector_hfuncs = {
.get_modes = tinydrm_connector_get_modes,
.best_encoder = drm_atomic_helper_best_encoder,
};

static enum drm_connector_status
Expand Down

0 comments on commit 9205281

Please sign in to comment.