Skip to content

Commit

Permalink
drm/omap: remove obsolete manager assignment
Browse files Browse the repository at this point in the history
omap_encoder_update() assigns an overlay manager to
dssdev->src->manager. This assignment is not needed, as the connections
in the display chain have already been made at connect step.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Tomi Valkeinen committed Dec 31, 2015
1 parent 728fea7 commit 9c8e566
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/omapdrm/omap_encoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ static int omap_encoder_update(struct drm_encoder *encoder,
struct omap_dss_driver *dssdrv = dssdev->driver;
int ret;

dssdev->src->manager = omap_dss_get_overlay_manager(channel);

if (dssdrv->check_timings) {
ret = dssdrv->check_timings(dssdev, timings);
} else {
Expand Down

0 comments on commit 9c8e566

Please sign in to comment.